Advertisement
Guest User

convert

a guest
Mar 4th, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.44 KB | None | 0 0
  1.   convert                           \
  2.   converted_source.jpg               \
  3.  -write mpr:copy_source \
  4.  +delete                          \
  5.   mpr:copy_source -resize 100%  -write sample-1024x768.jpg +delete \
  6.   mpr:copy_source -resize 66%   -write sample-800x600.jpg  +delete \
  7.   mpr:copy_source -resize 33%   -write sample-400x300.jpg  +delete
  8.  
  9. convert.im6: missing an image filename `+delete' @ error/convert.c/ConvertImageCommand/3046.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement