Search found 3 matches

by kegscruiser
2012-03-22T15:20:08-07:00
Forum: Bugs
Topic: convert tiff to tiff breaks files
Replies: 11
Views: 33285

Re: convert tiff to tiff breaks files

Hi,

I have no solution but I can confirm that I have the same problem.

Created using Windows XP SP3 (Imagemagick 6.7.5)

Windows XP Picture/Fax Viewer (green background)
Irfanview = ok
ACDsee = ok
Windows Paint = ok
Windows 7 Photo Viewer = ok
Apple Mac OS X Preview = ok

For me it seems only ...
by kegscruiser
2012-02-29T12:24:36-07:00
Forum: Windows COM+ & Visual Basic
Topic: (VB6) Deskew with Autocrop
Replies: 2
Views: 21463

Re: (VB6) Deskew with Autocrop

Hi Werty,

Thanks for the reply, unfortunately that was one of the syntax's that I had previously tried.
You are correct about multiple commands in their own 'quotes' however I'm starting to think that the 'option' part of the statement is not formed correctly. (option:deskew:auto-crop).


Cheers...
by kegscruiser
2012-02-28T19:55:16-07:00
Forum: Windows COM+ & Visual Basic
Topic: (VB6) Deskew with Autocrop
Replies: 2
Views: 21463

(VB6) Deskew with Autocrop

Hi,

I'm able to successfully deskew images using the following:
IM2 = IMimage2.Convert("c:\test\in.tif", "-deskew=40", "c:\test\out.tif")

But i'm not able to get the auto-crop option to work using the '-set' command:
IM2 = IMimage2.Convert("c:\test\in.tif", "-set option:deskew:auto-crop=40", "c ...