OdontonetEs Posted February 12, 2024 Posted February 12, 2024 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 Quote
Tokay Posted February 13, 2024 Posted February 13, 2024 Unfortunately still not working, waiting to fix too: Quote
OdontonetEs Posted February 13, 2024 Author Posted February 13, 2024 Thank you for responding, because it is true that it does not work today. ask: Any other ideas on how to send an image through a REST service and convert it in Linux? Quote
Administrators Farshad Mohajeri Posted February 18 Administrators Posted February 18 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.