Thanks, it worked perfectly!
Search found 4 matches
- 2017-05-15T20:06:09-07:00
- Forum: Users
- Topic: How do I run this script?
- Replies: 6
- Views: 4153
- 2017-05-15T19:33:17-07:00
- Forum: Users
- Topic: How do I run this script?
- Replies: 6
- Views: 4153
Re: How do I run this script?
I also got these after removing the part that gave me the error
convert: unable to open image ''#FFFFFF00'': No such file or directory @ error/blob.c/OpenBlob/3094.
convert: no decode delegate for this image format `' @ error/constitute.c/ReadImage/509.
convert: unable to open image ''#FFFFFF00'': No such file or directory @ error/blob.c/OpenBlob/3094.
convert: no decode delegate for this image format `' @ error/constitute.c/ReadImage/509.
- 2017-05-15T19:21:53-07:00
- Forum: Users
- Topic: How do I run this script?
- Replies: 6
- Views: 4153
Re: How do I run this script?
Thanks, but I'm getting this error now: convert: invalid argument for option '-adaptive-resize': '144x168 @ error/convert.c/ConvertImageCommand/667. I ran it like this: convert myimage.png -adaptive-resize '144x168>' -fill '#FFFFFF00' -opaque none -dither FloydSteinberg -remap pebble_colors_64.gif ...
- 2017-05-15T19:09:30-07:00
- Forum: Users
- Topic: How do I run this script?
- Replies: 6
- Views: 4153
How do I run this script?
I know this is a dumb question, but I can't seem to figure out how to run this script. I can't have multiple lines in the command prompt to run this. I'm on Windows. convert myimage.png \ -adaptive-resize '144x168>' \ -fill '#FFFFFF00' -opaque none \ -dither FloydSteinberg \ -remap pebble_colors_64 ...