Hello,
I require to convert PNG images to TIFF format for a project. I’m not able to find a solution to this.
Please share your ideas, Thank you.
Hello,
I require to convert PNG images to TIFF format for a project. I’m not able to find a solution to this.
Please share your ideas, Thank you.
Hi @Jerry1
Check out this thread
You can find this activity only in Windows Legacy
targetframework
Regards
Gokul
Hi @Jerry1
Thank you, @Gokul001
Thank you, @Kaviyarasu_N
The method is working. But, the “InputImage” field in the activity won’t support the image path. I’m using the Load Image activity and passing the value here.
I’m checking to see if anyone else has any other suggestions for converting it. I will mark your answer as the solution.
Thank you.
A Filename renaming is not similar to a conversion
So from API base we can construct:
System.Drawing.Image.FromFile("C:\_demo\image\PNG_Demo.png").Save("C:\_demo\image\Converted_Demo.tiff", System.Drawing.Imaging.ImageFormat.Tiff)
And port it to Invoke method as .Save method is a subroutine
Imports:
Invoke Method:
Thank you @balupad14 and @ppr for your suggestions
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.