Search found 309 matches

by mkoppanen
2007-10-28T12:33:13-07:00
Forum: MagickWand
Topic: Rotating around a point
Replies: 2
Views: 10525

Re: Rotating around a point

Thank you Anthony!

Sorry for responding so late, I forgot to add this topic to subscribed topics.
by mkoppanen
2007-10-28T12:20:01-07:00
Forum: MagickWand
Topic: Setting caption font properties using MagickWand API
Replies: 6
Views: 18960

Setting caption font properties using MagickWand API

How are caption: font type, font color and other font properties set using MagickWand API?
by mkoppanen
2007-10-23T00:49:39-07:00
Forum: IMagick
Topic: Install
Replies: 2
Views: 11136

Re: Install

I am trying to install imagick on CentOs5. Here is what I have done: 1. Installed imagemagick 6.3.5 from source. 2. Did a convert to make sure it was 6.3.5 and working. I got the long message with the options. 3. I did a pecl install imagick 4. I looked in my php/modules dir and it imagick.so was t...
by mkoppanen
2007-10-23T00:47:06-07:00
Forum: IMagick
Topic: distort bug?
Replies: 20
Views: 45506

Re: distort bug?

I ran into a similar issue and I couldnt find a way to solve this. I tried to copy an example from Anthony's examples (great examples btw) but no luck. I just can't reproduce the results using the API (not from Imagick and not from C code).
by mkoppanen
2007-10-22T04:33:20-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80162

Re: Odd issues when compiling on windows

Mikko, I'll try to do that on the weekend. Meanwhile, it has struck me as odd that identify prints different formats for the histogram. The first was printed as: 40000: (255, 0, 0, 0) #FF0000 red and the second was: 40000: (65535, 0, 0,65535) #FFFF000000000000 rgba(255,0,0,1) The first suggests tha...
by mkoppanen
2007-10-17T13:17:42-07:00
Forum: IMagick
Topic: Compare comand and docs
Replies: 3
Views: 13160

Re: Compare comand and docs

Hi, I have been using ImageMagick from command line for some days... Now I want to do what I have tested in php using IMagick. I have read that full documentation will be ready soon, but, for now, http://php.net/imagick documentation is really very very poor (especially for people like me that aren...
by mkoppanen
2007-10-16T12:30:59-07:00
Forum: IMagick
Topic: Curve Edge
Replies: 1
Views: 8627

Re: Curve Edge

Could you give me an example how "curve edges" looks like?
by mkoppanen
2007-10-15T23:17:32-07:00
Forum: IMagick
Topic: Clearing memory/resources?
Replies: 5
Views: 17237

Re: Clearing memory/resources?

ridera wrote:You didn't say for certain; but, I assume when the scrip ends, it clears all the objects from memory

Sorry, forgot to reply to this part. All objects are freed when the script execution ends.
by mkoppanen
2007-10-15T03:43:08-07:00
Forum: IMagick
Topic: Clearing memory/resources?
Replies: 5
Views: 17237

Re: Clearing memory/resources?

Hi, It seems there are three functions related to clearing the memory IMagick uses: removeImage, clear and destroy. Could you explain the difference between these, and which one should I be using when? Also, given that PHP is supposed to clean up any objects that are no longer used, is it actually ...
by mkoppanen
2007-10-11T10:38:34-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80162

Re: Odd issues when compiling on windows

Pete,

if you have time some day could you try this issue with static compile?
by mkoppanen
2007-10-05T16:26:53-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80162

Re: Odd issues when compiling on windows

I was only able to get this issue with static linking. If I link dynamically everything works.
by mkoppanen
2007-10-05T16:15:24-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80162

Re: Odd issues when compiling on windows

I assume something that is initialized with DLLs is not intialized in static compile.

Pete, did you compile your C code with static or dynamic linking?
by mkoppanen
2007-10-05T08:28:11-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80162

Re: Odd issues when compiling on windows

And here is the identify -verbose output: mikko@todellisuus:~/public_html$ identify -verbose trans_win.png Image: trans_win.png Format: PNG (Portable Network Graphics) Class: DirectClass Geometry: 200x200+0+0 Type: PaletteMatte Endianess: Undefined Colorspace: RGB Depth: 1-bit Channel depth: Red: 1-...
by mkoppanen
2007-10-05T08:26:12-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 80162

Re: Odd issues when compiling on windows

Hi Mikko, I tried a C version of your code and it produces a transparent PNG. The problem might be with the viewer you are using. Does it display transparency in a way that shows up, such as the checkerboard pattern that Paint Shop Pro uses? Instead of "transparent" try this "rgba(25...
by mkoppanen
2007-10-05T06:50:23-07:00
Forum: Bugs
Topic: ImageMagick stripping filenames
Replies: 2
Views: 7632

Re: ImageMagick stripping filenames

Ah, ok!

Thank you for your reply!