no output using crop

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
laser-axel
Posts: 7
Joined: 2017-04-24T23:36:49-07:00
Authentication code: 1151

Re: no output using crop

Post by laser-axel »

6.9.5-7 is the most recent cygwin-version.
7.0.5 is the windows installation. These really should not interfere.
Be sure your convert is the ImageMagick convert and not the Windows convert.
check! Is working correctly. The problem is with cygwin's ImageMagick
Also be sure your input and output images are in your working directory from which you issued the command line. Be sure you have read and write permissions for those files and the directory and execute permissions to run the command.
check! Otherwise convert without -crop wouldn't create an output file.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: no output using crop

Post by snibgo »

laser-axel wrote:6.9.5-7 is the most recent cygwin-version.
7.0.5 is the windows installation. These really should not interfere.
Why shouldn't they interfere? Both versions are executable files, with associated DLLs, XMLs etc. Both should be executable under Windows CMD, Windows BAT, Cygwin bash, or many other shells.

It is possible to run multiple versions of IM under Windows CMD, Windows BAT or Cygwin bash etc, but it's a bit complex. I suggest that you first ensure that only one version is installed, and get that working. When you've done that, you can install multiple versions, if you want.
snibgo's IM pages: im.snibgo.com
Post Reply