Search found 6 matches

by jb2233
2019-04-30T19:14:32-07:00
Forum: Users
Topic: Can't use newly installed fonts
Replies: 0
Views: 11108

Can't use newly installed fonts

I have just installed IM on a new PC Win 10 pro 64 bit 16GB. D:\>magick -version Version: ImageMagick 7.0.8-42 Q16 x64 2019-04-24 http://www.imagemagick.org Copyright: Copyright (C) 1999-2018 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Visual C++: 180040629 Features...
by jb2233
2018-06-05T16:28:54-07:00
Forum: Users
Topic: Run imagemagick commands from a file in windows
Replies: 2
Views: 3104

Re: Run imagemagick commands from a file in windows

Many thanks for the quick response, I will try this out
by jb2233
2018-06-04T22:09:31-07:00
Forum: Users
Topic: Run imagemagick commands from a file in windows
Replies: 2
Views: 3104

Run imagemagick commands from a file in windows

Hi, I currently create a batch file (.bat) that executes over 400 commands, ie magick is executed over 400 times. Is it possible, and if so how, can I build a file that contains the commands and then have magick (in one execution) run the 400 commands. This would be for performance reasons. I have &...
by jb2233
2017-09-28T15:59:26-07:00
Forum: Developers
Topic: Invoke magick without opening cmd window
Replies: 1
Views: 10401

Invoke magick without opening cmd window

I am invoking magick from a windows exe (compiled by powerbasic console compiler) using the windows ShellExecute API.

I am processing files in a loop and every invocation of magick opens windows cmd window is there a command line parameter to stop the creation of a window in this environment?
by jb2233
2017-09-25T15:35:36-07:00
Forum: Users
Topic: convert.exe: MissingAnImageFilename `-annotate' @ error/convert.c/ConvertImageCommand/3277.
Replies: 3
Views: 5133

Re: convert.exe: MissingAnImageFilename `-annotate' @ error/convert.c/ConvertImageCommand/3277.

many thanks fmw42 and snibgo i tried both suggestions using magick.exe produced the same result, albeit with different msg txt debug all (convert and magick) produced heaps of output, especially when resizing an image, but did not really seem add any helpful information - importantly it pointed at s...
by jb2233
2017-09-24T19:53:18-07:00
Forum: Users
Topic: convert.exe: MissingAnImageFilename `-annotate' @ error/convert.c/ConvertImageCommand/3277.
Replies: 3
Views: 5133

convert.exe: MissingAnImageFilename `-annotate' @ error/convert.c/ConvertImageCommand/3277.

when submitting a convert command from an executable (created from powerbasic console compiler), as submitted to by exe: C:\Windows\system32\cmd.exe /c E:\test\imagemagick-portable\convert.exe "E:/test/cars/_001 2018 PORSCHE 911 GT3 (4 L).JPG" -resize 1920x1080 -quality 100 -gravity Northw...