Search found 10 matches

by LotusE
2016-05-04T01:36:11-07:00
Forum: Developers
Topic: Imagemagick security issue local install
Replies: 5
Views: 6510

Re: Imagemagick security issue local install

Just a bit more info: I use Imagemagick to process files I receive from our customers, I download these from ftp to the local system and then process them with Imagemagick locally using the imagemagick dll. Is this setup also affected?
by LotusE
2016-05-04T01:06:54-07:00
Forum: Developers
Topic: Imagemagick security issue local install
Replies: 5
Views: 6510

Imagemagick security issue local install

Hi,

I just read about the security issue in imagemagick. I'm using the imagemagick install on a local windows system, so not a webserver.

Am I affected by this issue too or is it only if you have imagemagick on a webserver install?

Thanks in advance for the information!

Kind regards

Steve
by LotusE
2015-11-12T07:45:17-07:00
Forum: Bugs
Topic: Com object on Windows 10 gives an error
Replies: 0
Views: 12902

Com object on Windows 10 gives an error

Hi everybody, I installed the x64 binary (version 6.9.2.5 of Imagemagick) a couple of weeks ago and chose to register the imagemagick dll's on my new windows 10 pc. When I use the Imagemagick com object from my software, I get a COM error 80020009. This is one of the commands I pass: $nres = $oimg.c...
by LotusE
2014-03-30T02:05:47-07:00
Forum: Users
Topic: Bug in Imagemagick Object?
Replies: 0
Views: 3701

Bug in Imagemagick Object?

Hello everyone, I use AutoIT in combination with Imagemagick to do an automatic processing of files. I use the Imagemagick object to manipulate the files. The last step in this process is the merging of 2 pictures. Lately, I discovered that with some black and white pictures (not all!), if they are ...
by LotusE
2014-01-30T22:44:10-07:00
Forum: Users
Topic: Caption not working
Replies: 3
Views: 3218

Re: Caption not working

You're the best, it works!!!!!!

Thanks alot!!!
by LotusE
2014-01-30T15:03:45-07:00
Forum: Users
Topic: Caption not working
Replies: 3
Views: 3218

Re: Caption not working

Some additional info: I'm on Windows 7. My version of ImageMagick is 6.8.7
by LotusE
2014-01-30T15:01:54-07:00
Forum: Users
Topic: Caption not working
Replies: 3
Views: 3218

Caption not working

When I type this command at the command prompt: convert -size 1144x1521 -font Arial caption: "This is a test to see how it goes" test.gif Nothing happens at all. The cursor is blinking, but that's it. I have to press ctrl+c to be able to return to the command prompt. What could be the caus...
by LotusE
2014-01-26T08:18:42-07:00
Forum: Users
Topic: Append color & black and white
Replies: 6
Views: 5139

Re: Append color & black and white

Forgot to mention: the platform is Windows 7
by LotusE
2014-01-26T08:16:29-07:00
Forum: Users
Topic: Append color & black and white
Replies: 6
Views: 5139

Re: Append color & black and white

It's Imagemagick 6.8.8-Q16. I'm using the ImageMagick object in an Autoit script. This is my simple code: $nresult= $oimg.Convert($cfileA, $cfileB, "+append", $cfileA) So I'm appending image file B to file A and I save it under the name of file A. I had this with one of the personal image ...
by LotusE
2014-01-26T07:34:58-07:00
Forum: Users
Topic: Append color & black and white
Replies: 6
Views: 5139

Append color & black and white

Hello everybody, I have a script that merges 2 images horizontally using the ImageMagick Convert command with the -append option. Everything works fine, it was just click and forget until now: 1 of the 2 images that I want to append is a black & white image. When I append it to the color Image, ...