Welcome to MorphOS-Storage, a webserver dedicated to MorphOS users. ©2016-2023 Meta-MorphOS.org
Description:Printer plugin for hollywood
Developer/Porter:Carsten Siegner
Readme:
Short: Printer plugin for hollywoog
Author: Carsten Siegner < carstensiegner@dg-email.de >
Uploader: Carsten Siegner < carstensiegner@dg-email.de >
Type: driver/print
Version: 1.0
Architecture: ppc-morphos >= 3.15



A printer plugin for hollywood. The plugin print any brush (vector or pixel brush)

Usage:

/*----------------------------------------------------------------------------*/

@REQUIRE "printer"

;
;
;

AllocMem(5000, width * height * 4)

array = BrushToRGBArray(4000) ; Brush ID = 4000
TableToMem(array, 5000, #INTEGER)
ptr$ = GetMemString(5000)
printer.Print(ptr$,width,height,device$,unit) ; Printer device and unit - the printer plugin use a postscript printer directly
array = NIL

FreeMem(5000)




;
;
;









Version 1.0:

+ First Public Version


Upload Date:Feb 20 2022
Category:Development/Hollywood/Plug
Download:Printer.hwp_1.0.lha
Md5:4c356c983ac7621a196786429893cf72
Size:4 KB
Downloads:94
Screenshot(s)
History
Last Comments