Search found 5 matches

by howtaebatch
2018-02-03T08:21:47-07:00
Forum: Users
Topic: mogrify -clone error help
Replies: 9
Views: 4337

Re: mogrify -clone error help

Got the command working; Batch file is working too. Thanks for the help guys! Appreciated.
by howtaebatch
2018-02-02T17:51:40-07:00
Forum: Users
Topic: mogrify -clone error help
Replies: 9
Views: 4337

Re: mogrify -clone error help

yes tiff is listed in the delegates: Version: ImageMagick 7.0.7-22 Q16 x86 2018-01-22 http://www.imagemagick.org Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Visual C++: 180040629 Features: Cipher DPC Modules OpenMP Delegates (built...
by howtaebatch
2018-02-02T17:00:55-07:00
Forum: Users
Topic: mogrify -clone error help
Replies: 9
Views: 4337

Re: mogrify -clone error help

Hi Commands don't seem to be executing now? I'm sure that I'm referencing the correct path. Changed the file extension and still no luck. magick: unable to open image 'C:\Users\Travel\Desktop\ocr_certs\Cert\Mnth1.tiff(': No such file or directory @ error/blob.c/OpenBlob/3335. magick: unable to open ...
by howtaebatch
2018-02-02T01:45:39-07:00
Forum: Users
Topic: mogrify -clone error help
Replies: 9
Views: 4337

Re: mogrify -clone error help

Hi! Thanks for the quick response.
fmw42 wrote: 2018-02-01T18:04:00-07:00 You will likely have to write a script loop over each of the images you want to process.
I need the code to run through hundreds of images all with exactly the same coordinates.
Is there any way to automate this process?
by howtaebatch
2018-02-01T14:26:04-07:00
Forum: Users
Topic: mogrify -clone error help
Replies: 9
Views: 4337

mogrify -clone error help

Hi all, (Running windows 10, cmd line, Win32 dynamic at 16 bits-per-pixel component, ImageMagick-7.0.7-22-Q16-x86-dll.exe) The following code works but I'm trying (with little success) to run it through multiple files. magick "filepath.jpg"^ ( -clone 0 -crop 485x181+847+969 -resize 485x181...