Jump to content

Recommended Posts

Posted

Hi, I have the following line of code

imagen.Picture.LoadFromStream(AStringStream);

The same application on Windows works very well, however when I compile it for Linux as an Apache module the following error occurs:

 Unsupported stream format

In my searches I found this link, but at the time it did not have a response with the possible solution.

Thanks

 

 

  • 1 year later...
  • Administrators
Posted
On 2/13/2024 at 5:45 PM, Tokay said:

Unfortunately still not working, waiting to fix too:

This issue is fixed. You can Load from bmp streams. However, it will use BMP format to display the file in web page which is not optimal.

For Linux it is better to always use PNG files. Currently, uniGUI lacks graphics file format conversion library for Linux.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...