Re: Need to randomley ShearRotateImage in Folder
Posted: 2018-10-10T12:57:04-07:00
how would I reference any .jpg in the folder?
Use https://github.com/ImageMagick/ImageMagick/discussions instead.
https://imagemagick.com/discourse-server/
https://imagemagick.com/discourse-server/viewtopic.php?t=34849
Post your exact command line with an actual file name, so I can see what you may have mistypedcelvenjohnson33 wrote: ↑2018-10-10T12:56:03-07:00 this is the error I get now after i cd the directory
magick: unable to open image 'image.jpg': No such file or directory @ error/blob.c/OpenBlob/3489.
the files are formatted as "yyyy-mm-dd-hh-mm-ss.jpg"
You can either cd to the folder and just use the file name with suffix. Or you can put the absolute or relative path to the image as part of the file name.