Search found 11 matches
- 2018-02-06T14:46:37-07:00
- Forum: Bugs
- Topic: MergeImageLayers() under linux generates empty image
- Replies: 6
- Views: 9136
Re: MergeImageLayers() under linux generates empty image
I updated the linux version of ImageMagick to match the version on windows (7.0.7-22 Q16), but the behavior does not change
- 2018-02-05T22:18:27-07:00
- Forum: Bugs
- Topic: MergeImageLayers() under linux generates empty image
- Replies: 6
- Views: 9136
Re: MergeImageLayers() under linux generates empty image
See the documentation at http://www.imagemagick.org/script/command-line-options.php#layers and layer.c MergeImageLayers(). Your chosen method is CompositeLayer but you don't have a "NULL:" image in your list, nor is that method listed as supported by that function. You're right, I doesn't looked ...
- 2018-02-05T22:11:23-07:00
- Forum: Bugs
- Topic: MergeImageLayers() under linux generates empty image
- Replies: 6
- Views: 9136
- 2018-02-05T14:06:00-07:00
- Forum: Bugs
- Topic: MergeImageLayers() under linux generates empty image
- Replies: 6
- Views: 9136
MergeImageLayers() under linux generates empty image
Hello, i use the function MergeImageLayers() to merge the image layers. Under Windows the following example works fine, but on linux I only get an image with a white background where the file size is about the half of the file size which is created under windows. Image *loadedImage = ReadImages ...
- 2017-04-25T13:15:53-07:00
- Forum: Users
- Topic: Wrong image size when reading ImageInfo from PDF
- Replies: 10
- Views: 9325
Re: Wrong image size when reading ImageInfo from PDF
After I changed the xml file i got the following on the command line: >convert expdf:pdf_test.pdf info: pdfimages version 3.04 Copyright 1996-2014 Glyph & Cog, LLC Usage: pdfimages [options] <PDF-file> <image-root> -f <int> : first page to convert -l <int> : last page to convert -j : write JPEG ...
- 2017-04-25T06:14:41-07:00
- Forum: Users
- Topic: Wrong image size when reading ImageInfo from PDF
- Replies: 10
- Views: 9325
Re: Wrong image size when reading ImageInfo from PDF
Thanks for the hint
Are there C API calls too?
Are there C API calls too?
- 2017-04-25T03:57:38-07:00
- Forum: Users
- Topic: Wrong image size when reading ImageInfo from PDF
- Replies: 10
- Views: 9325
Re: Wrong image size when reading ImageInfo from PDF
The information of the image stands in the dictionary of the PDF. <</BitsPerComponent 8/ColorSpace/DeviceRGB/DecodeParms<</Blend 1/ColorTransform 1/Colors 3/Columns 1024/HSamples[1 1 1 1]/QFactor 0.0/Rows 768/VSamples[1 1 1 1]>>/Filter/DCTDecode/Height 768/ImageName/ab123.jpg/Intent ...
- 2017-04-24T13:35:25-07:00
- Forum: Users
- Topic: Wrong image size when reading ImageInfo from PDF
- Replies: 10
- Views: 9325
Re: Wrong image size when reading ImageInfo from PDF
But I need to get the image out from the PDF with IM, is there an other way?
The requirement is to use only the IM C API for that
The requirement is to use only the IM C API for that
- 2017-04-24T12:57:08-07:00
- Forum: Users
- Topic: Wrong image size when reading ImageInfo from PDF
- Replies: 10
- Views: 9325
Wrong image size when reading ImageInfo from PDF
Hello, I want to get the image size from an image which is embedded in a PDF file. The size of the image itself is 1024 x 768. If a open the PDF in Acrobat Reader, mark the image and copy it to e.g. paint, then the image size is correct (1024x768) However, if I use the API function PingImage, then ...
- 2017-04-01T00:35:04-07:00
- Forum: Developers
- Topic: Migrate convolveImage from IM 6 to IM 7
- Replies: 1
- Views: 8720
Migrate convolveImage from IM 6 to IM 7
Hello,
I've some problems to migrate a used function (convolveImage) from IM 6 to IM 7.
The old function requires a matrix but the new requires some KernelInfo stuff. I don't know how to fill these up
Please, could someone help
Thanks in advance
I've some problems to migrate a used function (convolveImage) from IM 6 to IM 7.
The old function requires a matrix but the new requires some KernelInfo stuff. I don't know how to fill these up
Please, could someone help
Thanks in advance
- 2017-04-01T00:31:46-07:00
- Forum: Users
- Topic: Examples for IM 7?
- Replies: 3
- Views: 4733
Examples for IM 7?
Hello,
under "Usage" I only find examples for IM 6.
However, are there examples for IM 7 too?
Thanks in advance
under "Usage" I only find examples for IM 6.
However, are there examples for IM 7 too?
Thanks in advance