Thanks worked a treat
________________________________ From: Frank Bruder <[EMAIL PROTECTED]> To: [email protected] Sent: Wednesday, 12 November, 2008 23:38:09 Subject: [svg-developers] Re: Using Batik - can I add a buffer zone Use the -a, -w, and -h options of the rasterizer. If, for example, the image has a viewBox of "0 0 300 400" and you need 10 units offset, your command could be java -jar batik-rasterizer. jar -m image/jpeg -a -10,-10,320, 420 -w 320 -h 420 -bg 255.255.255. 255 mygraphic.svg --- In svg-developers@ yahoogroups. com, "markelliott2000" <markelliott2000@ ...> wrote: > > Hi all, > > I'm printing an image to jpeg using batik, however it now appears I > need to add an offset to the image. This is quite a bit of work as > the developer who originally wrote this put some hard coded parameters > in. > > Is there a way that I could create a box around the original image? > > Cheers for any help > [Non-text portions of this message have been removed] ------------------------------------ ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ----Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

