Click here to Skip to main content
15,867,594 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Iam trying to convert Tiff to jpg file, its converting fine using imagemagick but content is missing when converting to jpg

Note: i have added annotation in tiff image as Stamping. But Couldn't convert it properly.


VB
Dim sourcefile, loadfile, sCmdArgs1  As String
sourcefile = "S:\wip\ppa\opoint\OPP20110526\test.jpg"
        loadfile = "S:\wip\ppa\opoint\OPP20110526\test3.tif"


VB
sCmdArgs1 = """" & loadfile & """" & " """ & sourcefile & """"

        

      sCmdArgs1 = "C:\Program Files\ImageMagick-6.6.1-Q16\convert.exe " & sCmdArgs1
      Shell(sCmdArgs1, AppWinStyle.Hide, True) '' calling convert.exe


I have attached link for my input image and output image.

Input:
[^]

output:
[^]
Posted

1 solution

This is not a programming question. It is an issue for the people at ImageMagick.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900