Search found 4 matches

by thatfellow
2014-02-24T13:46:27-07:00
Forum: Users
Topic: Batch Convert png24 files to png8 preserving transparency
Replies: 1
Views: 6561

Batch Convert png24 files to png8 preserving transparency

I have about 5000 png24 files that I need converted to png8 preserving all transparency data..
Is this possible through terminal with image magick?

I have tried pngquant but no success, I kept getting this error :
NOTE: the -map option is NOT YET SUPPORTED.
by thatfellow
2014-02-11T08:44:27-07:00
Forum: Users
Topic: Resize Transparent .png Canvas size & fit viewable image
Replies: 7
Views: 9466

Re: Resize Transparent .png Canvas size & fit viewable image

That worked perfectly, the only problem is that the pics are not all centered on the x & Y
by thatfellow
2014-02-10T20:54:53-07:00
Forum: Users
Topic: Resize Transparent .png Canvas size & fit viewable image
Replies: 7
Views: 9466

Re: Resize Transparent .png Canvas size & fit viewable image

@ snibgo
Yes, all images are currently 220x132 and I will want to double the width & preserve the height, so new image will be 440x132.
Then I will want to expand the viewable image to the new 440x132 extents (Centering the image on new canvas).

@fmw42
create new folder2 (to avoid writing over ...
by thatfellow
2014-02-10T17:41:24-07:00
Forum: Users
Topic: Resize Transparent .png Canvas size & fit viewable image
Replies: 7
Views: 9466

Resize Transparent .png Canvas size & fit viewable image

I have a lot of png's that I need to batch convert..
They are all identical canvas size with transparent background..

I need to change the canvas width to 200% & fit the viewable image to new canvas size..

Here is my mission:
a.. create a canvas with transparent background & the correct aspect ...