Search found 309 matches

by mkoppanen
2007-12-04T07:30:37-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80213

Re: Odd issues when compiling on windows

Well, that was it! I've been struggling with this for ages.

Thank you very much!
by mkoppanen
2007-12-04T07:06:29-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80213

Re: Odd issues when compiling on windows

The following lines in test.png (the windows generated version) doesn't look right: Transparent color: black Histogram: 10000: ( 0, 0, 0) #000000000000 black And another thing: In the linux image I can see this: Channel depth: Gray: 1-bit Alpha: 1-bit Where the windows generated Image shows this: Ch...
by mkoppanen
2007-12-04T05:27:42-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80213

Re: Odd issues when compiling on windows

I am using Visual Studio 2005 (VC8) in Microsoft Windows Vista. I don't really understand how this is happening but Imagick users are reporting same issues when they use the PHP extension that is linked statically. Am I missing some compile option or do I have some unwanted switch on? I am linking a...
by mkoppanen
2007-12-03T13:51:05-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80213

Re: Odd issues when compiling on windows

Thank you!
by mkoppanen
2007-12-03T11:53:20-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80213

Re: Odd issues when compiling on windows

We downloaded your project and the ImageMagick Q16 Windows DLL binaries onto a XP box. We changed the project settings to only pick up CORE_RL_magick_.dll and CORE_RL_wand_.dll. Next we built and ran your program. We get a completely transparent PNG image as expected. Yes, this seems to be working ...
by mkoppanen
2007-12-03T09:16:29-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80213

Re: Odd issues when compiling on windows

To figure out why this code: http://valokuva.org/outside-blog-conten ... ckTest.rar

Creates this image: Image

This seems to be happening when linked statically in Windows.
by mkoppanen
2007-12-03T07:59:40-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80213

Re: Odd issues when compiling on windows

Any of the Wizards have Windows at hand ?
by mkoppanen
2007-12-02T18:22:30-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80213

Re: Odd issues when compiling on windows

el_supremo wrote:
Running wand_test_STMT.exe from Release produced this image:
Really strange. I'm stumped.

Pete
Tested wand_test_STMT.exe in several machines. The results are identical in all machines (a black image).
by mkoppanen
2007-12-02T18:09:27-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80213

Re: Odd issues when compiling on windows

Running wand_test_STMT.exe from Release produced this image:

Image

I still see that image as black in Windows Vista image viewer and firefox. I wonder what is happening here..
by mkoppanen
2007-12-02T17:53:01-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80213

Re: Odd issues when compiling on windows

el_supremo wrote:http://members.shaw.ca/el.supremo/mikko_wand_test.zip

I'll delete it once you've got it.
Pete

Got it! Thank you!
by mkoppanen
2007-12-02T14:14:42-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80213

Re: Odd issues when compiling on windows

Pete,

can you send me the project files to test with VS2005 ?
by mkoppanen
2007-12-02T13:40:28-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80213

Re: Odd issues when compiling on windows

So am I facing compiler version issues? The snaps.php.net version of Imagick is behaving exactly the same way as in my tests.

Are you using static multithread version of ImageMagick?
by mkoppanen
2007-12-02T12:51:27-07:00
Forum: IMagick
Topic: paintTransparentImage
Replies: 2
Views: 9302

Re: paintTransparentImage

I've been trying to make a certain part of an image transparent but i find it impossible. The problem: paintOpaqueImage changes the color correctly but paintTransparentImage doesn't seem to want to change the opacity at all. And also, when i try to run Imagick::setImageMatte i get a function is not...
by mkoppanen
2007-12-02T12:35:52-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80213

Re: Odd issues when compiling on windows

I still don't get it right. Here is the Visual Studio project: http://valokuva.org/outside-blog-content/ImageMagickTest/ Here is the generated image: http://valokuva.org/outside-blog-content/ImageMagickTest/test.png I don't really see what I am doing wrong here. The image is shown as black in just a...
by mkoppanen
2007-12-02T05:39:58-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80213

Re: Odd issues when compiling on windows

el_supremo,

Good to hear! I'll do some tests today!