Hi Team,
I have a requirement to convert .heic files to jpg files using UiPath. Can anyone let me know do we have any activities available to convert…Thanks for the help.
Regards,
Divya.
Hi Team,
I have a requirement to convert .heic files to jpg files using UiPath. Can anyone let me know do we have any activities available to convert…Thanks for the help.
Regards,
Divya.
I’m not familiar with such activity but you can alternatively create a process that navigates to a designated website (such as HEIC to JPG | FreeConvert.com), uploading the file → click convert → download and save the result file.
Hello, @divya.x.kuchi - Please check the below one
Hello Divya,
HEIC is an Apple High Efficiency Image Format which is not natively supported on Windows, so you need an additional tool. I recommend ImageMagick, it is free, also for commercial use. You can call the conversion via the command line (CLI), in UiPath with the StartProcess Activity.
Best regards
Stefan
Hello Divya,
you can find here at GitHub from @moenk a wrapper approach how to use ImageMagick.
In the forum you can find this post how to convert HEIC to JPG.
Best regards
Stefan
Thanks for mentioning - actually this lib is pretty trivial, and just figuring out how the conversion with ImageMagick works and calling it as a process without using that lib should be easier.
This is a year old post you’re digging up to spam your web page.