addition: I mean the full path to the files, not to the convert command. Sorry, reply was too quick.
I will try that suggestion
thanks, Anjo
Search found 4 matches
- 2012-03-07T07:08:19-07:00
- Forum: Users
- Topic: erro message 4 using convert
- Replies: 6
- Views: 9395
- 2012-03-07T07:06:41-07:00
- Forum: Users
- Topic: erro message 4 using convert
- Replies: 6
- Views: 9395
Re: erro message 4 using convert
the code is the following: if (width>heigth) { sprintf (command, "convert d:\\website\\toevoegen\\%s -resize 120 d:\\website\\toevoegen\\%s", filename, filenamesmall); systemcommand (command); } else { sprintf (command, "convert d:\\website\\toevoegen\\%s -resize x120 d:\\website\\toevoegen\\%s ...
- 2012-03-04T02:27:11-07:00
- Forum: Users
- Topic: erro message 4 using convert
- Replies: 6
- Views: 9395
Re: erro message 4 using convert
nowbody?
- 2012-03-01T09:22:53-07:00
- Forum: Users
- Topic: erro message 4 using convert
- Replies: 6
- Views: 9395
erro message 4 using convert
Hi I am quite a noob in using imagemagick. I made a software program with microsoft visual c++ and I use the command line within this program to resize a picture. If I debug it, it works fine, but if I compile the program and run the executable I get an error message saying: return: 4, convert and ...