Search found 309 matches

by mkoppanen
2007-10-05T04:16:05-07:00
Forum: Bugs
Topic: ImageMagick stripping filenames
Replies: 2
Views: 7614

ImageMagick stripping filenames

#include <stdio.h> #include <string.h> #include <wand/magick-wand.h> int main () { MagickWandGenesis(); MagickWand *magick_wand; magick_wand = NewMagickWand(); MagickReadImage( magick_wand, "a%%b.jpg" ); MagickWriteImage( magick_wand, "a%%c.jpg" ); magick_wand = (MagickWand *)De...
by mkoppanen
2007-10-04T22:50:45-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 78788

Re: Odd issues when compiling on windows

I downloaded this compile of the MagickWand PHP extension: http://www.dirk.sh/dirk/magickwand/ (The static compile). And tested it with this code: <?php $m = NewMagickWand(); $p = NewPixelWand(); PixelSetColor( $p, "transparent" ); MagickNewImage( $m, 100, 100, $p ); MagickSetImageFormat( ...
by mkoppanen
2007-10-04T11:50:07-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 78788

Re: Odd issues when compiling on windows

With the static build im able to achieve whole image transparency with adding this method call:

$im->setImageOpacity( 0 );

Without that the image created with newimage and PixelWand transparent is shown black.
by mkoppanen
2007-10-04T10:03:11-07:00
Forum: MagickWand
Topic: Odd issues when compiling on windows
Replies: 36
Views: 78788

Odd issues when compiling on windows

I'm using the MagickWand API in the Imagick -project. The problem is that when I compile Imagick statically against ImageMagick libraries the PNG transparency does not work. This happens on Windows and with all versions of ImageMagick (including 6.3.6) I have tested and with Q8 and Q16. I'm totally ...
by mkoppanen
2007-10-03T12:02:45-07:00
Forum: IMagick
Topic: Need testers! Imagick windows build.
Replies: 4
Views: 13335

Need testers! Imagick windows build.

More information can found here:

http://valokuva.org/?p=24
by mkoppanen
2007-10-03T11:09:00-07:00
Forum: IMagick
Topic: TIFF image conversion problem (inverse)
Replies: 8
Views: 28559

Re: TIFF image conversion problem (inverse)

Have you tried negateImage on these images? Negate seems to work. I just fear the inconsistencies with Linux & Windows because some of my builds will be on Linux and some on IIS. Too bad I'm not a C programmers so I could help out with this project. Maybe I could help with the documentation sin...
by mkoppanen
2007-10-03T09:55:23-07:00
Forum: IMagick
Topic: TIFF image conversion problem (inverse)
Replies: 8
Views: 28559

Re: TIFF image conversion problem (inverse)

I'm testing this in XP / IIS / Imagick 2.0.0 / ImageMagick 6.3.3 I take that back. I'm using Imagick 2.0.0RC1 I'm not sure how to get the latest DLL for windows or how to update my ImageMagick version. Can you help me with that? You can't currently upgrade your ImageMagick version. We are working o...
by mkoppanen
2007-10-03T08:11:53-07:00
Forum: IMagick
Topic: TIFF image conversion problem (inverse)
Replies: 8
Views: 28559

Re: TIFF image conversion problem (inverse)

I tested this also and works here just fine (running Debian Etch / Imagick 2.0.0 / ImageMagick 6.3.6)
by mkoppanen
2007-10-03T08:06:48-07:00
Forum: IMagick
Topic: TIFF image conversion problem (inverse)
Replies: 8
Views: 28559

Re: TIFF image conversion problem (inverse)

By the way are you running Imagick on windows ?
by mkoppanen
2007-10-03T08:06:00-07:00
Forum: IMagick
Topic: TIFF image conversion problem (inverse)
Replies: 8
Views: 28559

Re: TIFF image conversion problem (inverse)

I have group 4 Tiff file (attached) I run the following code to convert it to pdf $im = new Imagick('barcodes.tif'); $im->setFormat('PDF'); $im->writeImage('barcodes.pdf'); The result is an inverse of the original file. Has anyone experienced this. Is there a workaround? I can change the compressio...
by mkoppanen
2007-10-03T07:46:09-07:00
Forum: IMagick
Topic: Convert Array of Tiff Images to PDF
Replies: 6
Views: 20357

Re: Convert Array of Tiff Images to PDF

Thanks. I've been playing with it. It seems if I do something like this $im = new Imagick($pages); $im->setFormat('PDF'); $im->setCompression( Imagick::COMPRESSION_JPEG ); $im->setCompressionQuality( 40 ); $im->writeImages($pdf, false); then it will create 3 pdf files that look right, but then if I...
by mkoppanen
2007-10-03T07:30:30-07:00
Forum: IMagick
Topic: Convert Array of Tiff Images to PDF
Replies: 6
Views: 20357

Re: Convert Array of Tiff Images to PDF

I will check that later today! I'll post back results here.
by mkoppanen
2007-10-03T01:24:16-07:00
Forum: IMagick
Topic: Convert Array of Tiff Images to PDF
Replies: 6
Views: 20357

Re: Convert Array of Tiff Images to PDF

Since MagickWand is no longer currently supported for IIS, I'm changing my functions from using MagickWand to IMagick. Can someone help me with the process to convert an array of tiff image paths to a PDF file? Here is the MagickWand code I was using... function savePagesAsPDF($pages, $saveAs='temp...
by mkoppanen
2007-10-02T00:26:47-07:00
Forum: MagickWand
Topic: MagickExtentImage
Replies: 8
Views: 23441

Re: MagickExtentImage

The question however is Is this a bug, or a feature? I thought Extent was more like a normal crop without any virtual offsets, in which case the results you are seeing is incorrect. The behavior you are seeing is more like a viewport crop that was later flattened. What is your view. Should it be fi...
by mkoppanen
2007-10-01T11:32:16-07:00
Forum: Bugs
Topic: MagickWand, using rose: format
Replies: 2
Views: 7572

Re: MagickWand, using rose: format

This also happens with the logo: -format.