Search found 5 matches
- 2012-03-09T05:39:18-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: error converting tif to jpg
- Replies: 2
- Views: 96866
error converting tif to jpg
When i convert tif to jpg using the Image Magick COM in VB.net, an error message 'Catastropic failure...exception' is displayed. Dim img As New ImageMagickObject.MagickImage img = CreateObject("ImageMagickObject.MagickImage.1") img.convert("Convert","D:\test.tif","D:\test.jpg") TIFF file: Resolution ...
- 2011-11-16T06:12:03-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: error adding ImageMagick dll in vs 2008
- Replies: 0
- Views: 10755
error adding ImageMagick dll in vs 2008
Dim img As New ImageMagickObject.MagickImage img = CreateObject("ImageMagickObject.MagickImage.1") I had given the above codes in vb.net. It returns the error while executing in another system - 'Retrieving the COM class factory for component with CLSID.....". I had downloaded the dll - Image Magick ...
- 2011-09-29T02:10:34-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: EPS files - %Colorspace
- Replies: 3
- Views: 20225
Re: EPS files - %Colorspace
There is no difference with the information generated by -verbose and %[Colorspace]. Both are the same.
Please help me on how to idenity the EPS files as grayscale and CMYK mode.
regards,
Sashi
Please help me on how to idenity the EPS files as grayscale and CMYK mode.
regards,
Sashi
- 2011-09-28T05:06:36-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: EPS files - %Colorspace
- Replies: 3
- Views: 20225
EPS files - %Colorspace
I have EPS files in grayscale mode and CMYK combinations. I need to identify where the EPS files are in grayscale or CMYK mode. I used the %[Colorspace] to get information about the images. If it is a color image - %Colorspace returns RGB. If it is a grayscale image - %Colorspace returns Gray. In ...
- 2011-09-07T22:59:57-07:00
- Forum: Users
- Topic: JPEG compression
- Replies: 1
- Views: 5517
JPEG compression
please let me know the command line parameter to set the JPEG compression level to 15.
regards,
Sashi
regards,
Sashi