15
Views
1
Comments
Solved
.XCF FILE MANIPULATION

How to open and view .xcf file in outsystems.  As Upload widget is not supporting this file format.  Is there any way in which I can upload the file and then use it ( display it) to the user that what is the content of the file. .

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

Hi Chetna,

It is not possible to display an XCF file. It is a format produced by GIMP, and it contains all layers of an image, as well as information that's exclusive to editing the image in GIMP. For it to display properly, you would have to know the exact rules that GIMP uses to show layers and compose them in a single image.

Note that is not in any way a limitation of OutSystems, it's just the nature of the file format.

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