I already had the correct installer:
ImageMagick-6.7.9-8-Q16-windows-x64-dll.exe
But still having the same issues.....
Search found 7 matches
- 2013-02-08T02:24:00-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: ImageMagickObject.dll registration failure
- Replies: 3
- Views: 28963
- 2013-01-24T03:07:55-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: ImageMagickObject.dll registration failure
- Replies: 3
- Views: 28963
ImageMagickObject.dll registration failure
Hi, I've made an application that uses ImageMagick to convert jpg images into other image formats. I've been able to install the COM and use it within Visual Studio and .Net. Everything works perfectly, but when I try tu use my application in another computer, this error raises: "Retrieving the COM ...
- 2012-06-26T23:58:25-07:00
- Forum: Users
- Topic: Combining multichannel images
- Replies: 15
- Views: 31580
Re: Combining multichannel images
Sorry for not answering before, I wasn't aware of your reply. I'm using the TIFF format, it supports more than 5 channels, I know it for sure as I already have some TIFF images with CMYK format plus extra channels (I can see them correctly if I open the image with photoshop). I haven't been able to ...
- 2012-06-13T01:31:43-07:00
- Forum: Users
- Topic: Combining multichannel images
- Replies: 15
- Views: 31580
Re: Combining multichannel images
Hi, Thank you for your replies. I've tried with the following command: magick imgC imgM imgY imgK img1 -channel-fx "gray=>cyan | gray=>magenta | gray=>yellow | gray=>black | gray=>10" output_image but the result is a combined CMYK image where the extra channel has been ignored....
- 2012-06-11T03:48:22-07:00
- Forum: Users
- Topic: Combining multichannel images
- Replies: 15
- Views: 31580
Re: Combining multichannel images
Hi, I've just tried to install the alpha 7.0.0 version, but I'm having some problems. First, the links in http://www.imagemagick.org/ImageMagick-7.0.0/script/binary-releases.php#windows are not working. So I've downloaded the file "ImageMagick-7.0.0-0-windows.zip" from one of the mirrors in http ...
- 2012-06-07T23:17:12-07:00
- Forum: Users
- Topic: Combining multichannel images
- Replies: 15
- Views: 31580
Re: Combining multichannel images
OK, then. Do you know when the new version is coming out?
Thank you!
Thank you!
- 2012-06-05T07:45:32-07:00
- Forum: Users
- Topic: Combining multichannel images
- Replies: 15
- Views: 31580
Combining multichannel images
Hi, I would like to know if it exists any functionality of ImageMagick to help me with my problem. I have a multichannel image (CMYK + other channels like spot color channels) properly separated into single images. This is, now I have an image for each CMYK channel plus an image for each extra ...