[Solved] -quiet doesn't desactivate warning in COM+ Object
Posted: 2008-02-05T09:14:31-07:00
Hi everybody,
Related to my post (viewtopic.php?f=1&t=10414), the option -quiet must desactivate all warning.
This case is with tiff file which have tiff tag problem.
with the batch tool 'convert' in dos/shell box, all is ok and work perfect.
But with the COM+ object, the option -quiet doesn't desactivate tiff tag warning so applications calling this object crash.
You can find tiff file with tag missing here : http://vincent.angel.free.fr/IM/
You can try this very easy example :
MyObject>>convert("-quiet","C:\002.tif","C:\test.png")
or
MyObject>>convert("-quiet","-adjoin","C:\002.tif","C:\003.tif","C:\tifmultipage.tif")
Thanks to all developpers
Regards
Related to my post (viewtopic.php?f=1&t=10414), the option -quiet must desactivate all warning.
This case is with tiff file which have tiff tag problem.
with the batch tool 'convert' in dos/shell box, all is ok and work perfect.
But with the COM+ object, the option -quiet doesn't desactivate tiff tag warning so applications calling this object crash.
You can find tiff file with tag missing here : http://vincent.angel.free.fr/IM/
You can try this very easy example :
MyObject>>convert("-quiet","C:\002.tif","C:\test.png")
or
MyObject>>convert("-quiet","-adjoin","C:\002.tif","C:\003.tif","C:\tifmultipage.tif")
Thanks to all developpers
Regards