Search found 2 matches
- 2011-04-12T10:17:45-07:00
- Forum: Users
- Topic: Pass all kind of image file in a single request
- Replies: 5
- Views: 12705
Re: Pass all kind of image file in a single request
Solved ! I don't do it with the correct approach (learn, fail, learn, fail, ask, learn, succeed). But I am in a hurry for this part of my project. Thanks a lot for your help ! The result is : $format_img_double = 50x50 mogrify -path thumbs2x -thumbnail $format_img_double -format png -background ...
- 2011-04-12T09:09:42-07:00
- Forum: Users
- Topic: Pass all kind of image file in a single request
- Replies: 5
- Views: 12705
Pass all kind of image file in a single request
Hello, I am having problem to figure it out... I think it is more a shell problem than a IM one. I have a directory with PNG, png, JPEG, JPG, jpg, GIF, gif... images. And I want to thumbnail all theses images in png format. Today I use : mogrify -path thumbs2x -thumbnail 50x50 -background ...