luser-dr00g / xpost

A PostScript interpreter in C
Other
93 stars 12 forks source link

devices which output to file only output a single file (jpeg png pgm ppm) #44

Open luser-dr00g opened 6 years ago

luser-dr00g commented 6 years ago

Intended to allow the ghostscript syntax -o myfile%d.jpg .

vtorri commented 6 years ago

isn't this done somewhere ? (with one of the tools)

luser-dr00g commented 6 years ago

I have gotten the png device to produce multiple files. I haven't pushed the change yet. I want to do it for jpeg next and then look at possible ways to re-factor the long functions.

On Dec 13, 2017 1:36 AM, "vtorri" notifications@github.com wrote:

isn't this done somewhere ? (with one of the tools)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/luser-dr00g/xpost/issues/44#issuecomment-351308248, or mute the thread https://github.com/notifications/unsubscribe-auth/AGTC17Eqd8Z6wEF9jFP4WPy-RYKQjlpHks5s_36VgaJpZM4Q_qIw .

vtorri commented 6 years ago

do you have the diff ?

luser-dr00g commented 2 years ago

I'll try to figure out the status of this.