Re: Q: Add one pixel on right / GraphicConverter
Re: Q: Add one pixel on right / GraphicConverter
- Subject: Re: Q: Add one pixel on right / GraphicConverter
- From: Gnarlodious <email@hidden>
- Date: Wed, 14 Sep 2005 07:26:09 -0600
Entity Marc S.A. Glasgow spoke thus:
> Long story short, a client project that I wrote a lot of
> GraphicConverter (GC) scripts for changed their back-end WinDoze
> database and needs some of the scripts modified, one in particular to
> add a single row of white pixels to the right edge of existing images
> during a conversion process (JPG to 4-bit BMP), but without a
> resample of the image in adding the white (hence no simple
> reassigning the image dimensions). I know I can do it by creating a
> new window in the revised dimensions and move the image over, but the
> result is a pixel added on the left instead of the right. I wondered
> if anyone knew of a more elegant solution to simply pad a graphic
> file by a white pixel on the right edge?
Maybe ImageMagick can do it:
http://imagemagick.org/script/index.php
The mogrify command has a modifier:
-adjoin join images into a single multi-image file
-- Gnarlie
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden