Search found 12 matches

by celvenjohnson33
2018-10-10T12:57:04-07:00
Forum: Users
Topic: Need to randomley ShearRotateImage in Folder
Replies: 17
Views: 8069

Re: Need to randomley ShearRotateImage in Folder

how would I reference any .jpg in the folder?
by celvenjohnson33
2018-10-10T12:56:03-07:00
Forum: Users
Topic: Need to randomley ShearRotateImage in Folder
Replies: 17
Views: 8069

Re: Need to randomley ShearRotateImage in Folder

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"
by celvenjohnson33
2018-10-10T12:45:49-07:00
Forum: Users
Topic: Need to randomley ShearRotateImage in Folder
Replies: 17
Views: 8069

Re: Need to randomley ShearRotateImage in Folder

Version: ImageMagick 7.0.8-12 Q16 x86_64 2018-09-23
by celvenjohnson33
2018-10-10T11:29:07-07:00
Forum: Users
Topic: Need to randomley ShearRotateImage in Folder
Replies: 17
Views: 8069

Re: Need to randomley ShearRotateImage in Folder

Version: ImageMagick 7.0.8-12 Q16 x86_64 2018-09-23
Using Mac
by celvenjohnson33
2018-10-10T11:18:36-07:00
Forum: Users
Topic: Need to randomley ShearRotateImage in Folder
Replies: 17
Views: 8069

Re: Need to randomley ShearRotateImage in Folder

I got the path to work, Im not sure it is working though? They do not look rotated or sheared?
by celvenjohnson33
2018-10-10T11:06:29-07:00
Forum: Users
Topic: Need to randomley ShearRotateImage in Folder
Replies: 17
Views: 8069

Re: Need to randomley ShearRotateImage in Folder

unable to open image . this is the error Im getting
by celvenjohnson33
2018-10-10T10:54:24-07:00
Forum: Users
Topic: Need to randomley ShearRotateImage in Folder
Replies: 17
Views: 8069

Re: Need to randomley ShearRotateImage in Folder

Does this apply to all the .jpg files in the folder?
by celvenjohnson33
2018-10-10T10:54:01-07:00
Forum: Users
Topic: Need to randomley ShearRotateImage in Folder
Replies: 17
Views: 8069

Re: Need to randomley ShearRotateImage in Folder

Does this apply to all the .jpg files in the folder?
by celvenjohnson33
2018-10-10T10:48:40-07:00
Forum: Users
Topic: Need to randomley ShearRotateImage in Folder
Replies: 17
Views: 8069

Re: Need to randomley ShearRotateImage in Folder

magick "/Users/celvenjohnson27\ 1/Desktop/MM10918\ copy/image.jpg" -alpha on -background none -shear "%[fx:10*(-1+2*rand())]x0" image.jpg

Im using this but getting the same error directory @ error/blob.c/OpenBlob/348
by celvenjohnson33
2018-10-10T10:41:22-07:00
Forum: Users
Topic: Need to randomley ShearRotateImage in Folder
Replies: 17
Views: 8069

Re: Need to randomley ShearRotateImage in Folder

I am using V7 on High Sierra. Yes there are spaces in the file names
by celvenjohnson33
2018-10-10T10:36:56-07:00
Forum: Users
Topic: Need to randomley ShearRotateImage in Folder
Replies: 17
Views: 8069

Re: Need to randomley ShearRotateImage in Folder

magick /Users/username/Desktop/MM10918\ copy /image.jpg -alpha on -background none -shear "%[fx:10*(-1+2*rand())]x0" image.jpg
magick: no decode delegate for this image format `' @ error/constitute.c/ReadImage/556.


I keep getting this error?
by celvenjohnson33
2018-10-10T09:31:30-07:00
Forum: Users
Topic: Need to randomley ShearRotateImage in Folder
Replies: 17
Views: 8069

Need to randomley ShearRotateImage in Folder

I am having trouble getting Imagemagick to do this. This is what I have so far. I need to select any file that has *.jpg and randomly rotate and shear the images within 10 degrees.

Help

magick /Users/Username/Desktop/folder/*.jpg ShearRotateImage(const Image *jpg,"%[fx:-1+2*rand()]")