Search found 6 matches
- 2018-06-25T12:16:56-07:00
 - Forum: Users
 - Topic: Crop & Rotate
 - Replies: 9
 - Views: 6647
 
Re: Crop & Rotate
Oh no, my mistake. Thank you! Are there documentation on this type on input?
					- 2018-06-25T12:05:34-07:00
 - Forum: Users
 - Topic: Crop & Rotate
 - Replies: 9
 - Views: 6647
 
Re: Crop & Rotate
Still error: 
C:\Users\Friedman\Desktop\Images>C:\Progra~1\ImageMagick-7.0.8-Q16\magick.exe ".\11995\1001Frontal-Initial.jpg" -set filename:f "%[t]-Modified" -crop 626x736+331+53 -rotate 0 "%[filename:f].jpg"
magick.exe: unable to open image '.\11995\1001Frontal-Initial.jpg': No such file or ...
					C:\Users\Friedman\Desktop\Images>C:\Progra~1\ImageMagick-7.0.8-Q16\magick.exe ".\11995\1001Frontal-Initial.jpg" -set filename:f "%[t]-Modified" -crop 626x736+331+53 -rotate 0 "%[filename:f].jpg"
magick.exe: unable to open image '.\11995\1001Frontal-Initial.jpg': No such file or ...
- 2018-06-25T11:40:57-07:00
 - Forum: Users
 - Topic: Crop & Rotate
 - Replies: 9
 - Views: 6647
 
Re: Crop & Rotate
magick Anterior.jpg -set filename:f "%[t]-Modified" <do some other things here> "%[filename:f].jpg" -> This will crate Anterior-Modified.jpg?
Where are the docs for this?
					Where are the docs for this?
- 2018-06-25T10:59:35-07:00
 - Forum: Users
 - Topic: Crop & Rotate
 - Replies: 9
 - Views: 6647
 
Re: Crop & Rotate
File shows %[t]-modified.jpg
					- 2018-06-25T10:30:04-07:00
 - Forum: Users
 - Topic: Crop & Rotate
 - Replies: 9
 - Views: 6647
 
Re: Crop & Rotate
Sorry Windows!
I almost figured it out! Problem is I get the following error:
magick.exe: unable to open image '*-Modified.jpg': Invalid argument @ error/blob.c/OpenBlob/3457.
I want to save the new file with an appended as "-Modified.jpg" just not sure of the syntax. HELP!!
 
C:\Progra~1 ...
					I almost figured it out! Problem is I get the following error:
magick.exe: unable to open image '*-Modified.jpg': Invalid argument @ error/blob.c/OpenBlob/3457.
I want to save the new file with an appended as "-Modified.jpg" just not sure of the syntax. HELP!!
C:\Progra~1 ...
- 2018-06-25T04:18:16-07:00
 - Forum: Users
 - Topic: Crop & Rotate
 - Replies: 9
 - Views: 6647
 
Crop & Rotate
I would like to take an anterior.jpg and specify the upper left x,y coordinate and the height & width of the selection I want to include and then rotate the final image. Example: anterior.jpg is 1536 x 2048: the part of the pic that I want has 427,364 as the upper left coordinate and then the new ...