Welcome to MorphOS-Storage, a webserver dedicated to MorphOS users. ©2016-2024 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)

Installation:
copy printer.hwp to sys:Libs/Hollywood/ drawer.


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:Jul 24 2023
Category:Dependencies/Hollywood
Download:Printer_1.0.lha
Md5:742f56a75e746837b5eabf70a26cb27b
Size:4 KB
Downloads:134
Screenshot(s)
History
Last Comments