19
Views
4
Comments
Solved
converting .xcf file into jpg, jpeg, png in outsystems

I want to convert my .xcf into image file format for further processing of it. 

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Hi Chetna,

As I already described here, this is not possible, unless you find some .NET library that can do this and you build an extension for it.

2023-03-03 06-59-12
Reemali patil

Hi Chetna Upadhyay,

Certainly! One popular library for image manipulation and conversion is ImageMagick. It is a powerful and widely-used component on forge suite that provides a range of tools and libraries for image processing and conversion.

https://www.outsystems.com/forge/component-overview/11602/imagemagick

ImageMagick is just one example of an external library that can be used for image conversion. There may be other libraries or tools available that suit your specific needs. I recommend researching and evaluating different options to find the one that best fits your requirements.

Thanks

Reemali.



UserImage.jpg
Chetna Upadhyay

.xcf format is not supported. I have a .xcf file I want it to convert into some other format to be able to show it on the screen . is there any way in which I can show .xcf file format directly to the user or I was thinking to convert it into some other file format so I can show user what he has uploaded.


UserImage.jpg
Chetna Upadhyay

It won't convert .xcf file format, if you have any other tool or library for this please share here.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Hi Chetna,

As I already described here, this is not possible, unless you find some .NET library that can do this and you build an extension for it.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.