On Sunday 26 of December 2004 18:58, Craig Bradney wrote: > > I'm just in the process of trying to learn Python to be able to write > > some scripts. > > Make sure you check the latest listing of Scripter commands at: > > > > http://www.yarpen.cz/scripter-docs/scribus_scribus.html > > > > I see that there is a 'savePageAsEPS()' command, so theoretically you > > might be able to write the script to convert to EPS, then figure out a > > batch command for ImageMagick to convert to PNG. > > Petr would of course be the definitive source for this. > > Better to request a savePageAsImage(typeOfImage) function. Please submit on > bugs.scribus.net as a feature request.
yes, RFE assigned to me ;) you can try *very* old script using PIL as refernece or example: http://www.py.cz/Members/SUBZERO/scriptplugin/pages2eps.py basically it creates bitmaps from Scribus pages via EPS export... -- Petr Vanek -------------- petr [at] yarpen [dot] cz www.yarpen.cz ---------------- Kuolema Kaikille (Paitsi Meille) ------------------------------- Today is good day to end it all -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://nashi.altmuehlnet.de/pipermail/scribus/attachments/20041227/c07d0fd6/attachment.pgp
