Search found 4 matches
- 2012-05-04T20:24:06-07:00
- Forum: Users
- Topic: Problem with convert -resize
- Replies: 7
- Views: 11294
Re: Problem with convert -resize
What does the *png do?
- 2012-05-04T20:12:26-07:00
- Forum: Users
- Topic: Problem with convert -resize
- Replies: 7
- Views: 11294
Re: Problem with convert -resize
Got it! Two things I was doing wrong -- I didn't escape the 50%% and I didn't have "format png" -- I don't remember seeing that before...
Thanks very much!
Thanks very much!
- 2012-05-04T19:25:34-07:00
- Forum: Users
- Topic: Problem with convert -resize
- Replies: 7
- Views: 11294
Re: Problem with convert -resize
Can you give me the syntax? I'm still missing something. I get the following errors:
1) unable to open image ... permission denied @ error/blob.c/OpenBlob/2619
2) no decode delegate for this image format ... @ error/constitute.c/ReadImage/544
(... is just to exclude the file path)
Thanks for the ...
1) unable to open image ... permission denied @ error/blob.c/OpenBlob/2619
2) no decode delegate for this image format ... @ error/constitute.c/ReadImage/544
(... is just to exclude the file path)
Thanks for the ...
- 2012-05-04T15:56:57-07:00
- Forum: Users
- Topic: Problem with convert -resize
- Replies: 7
- Views: 11294
Problem with convert -resize
I am very new to IM and having a problem. I'm sure it's simple but I haven't figured it out. I'm trying to convert a whole folder of png files and resize them. This is what I typed in the command line:
convert C:\FullFilePath\imgs\ -resize 50% *.png
I keep getting can't find directry and can't ...
convert C:\FullFilePath\imgs\ -resize 50% *.png
I keep getting can't find directry and can't ...