Max limit on loadimage?
- Jostebo
-
Topic Author
- Offline
- New Member
-
- Posts: 6
- Thank you received: 0
TPL_KUNENA_MESSAGE_REPLIED_NEW Max limit on loadimage?
06 Jan 2023 06:09 - 06 Jan 2023 06:10Approx. 6MB is for images. Pngs use rgba mode, so 4Bytes per pixel.
I can recommend to draw antialiased lines instead of loading pictures. Recommendation: at least load image one by one - one image at each program iteration, so the GUI is not blocked. Graphics looks niceyou will need to make it fit also 480x480 screen
![]()
I faced challenges with limitations on number of files.
I a not loading the files in the loop, and just once at first startup.
The filesize don't seem to be an issue, but file numbers only.
I have made 1 workaround. I am layering 3 images.
-Front image with transparent area
-small Image for the scale that I move using XY coordinates
-Background
By using this technique, I am only using 2 small images to produce "good looking" graphics, instead of 10 or 20.
When it comes to 480x480, I agree... SADLY, I am not expecting to see any Jeti hitting the US market with 480x480 resolution in near future. I will consider it when the DS-24 V2 is available in US..
Last edit: 06 Jan 2023 06:10 by Jostebo.
Please Log in or Create an account to join the conversation.
- davidmcq137
-
- Offline
- Senior Member
-
- Posts: 79
- Thank you received: 87
TPL_KUNENA_MESSAGE_REPLIED_NEW Max limit on loadimage?
09 Jan 2023 01:51
Sandor used to have it on his website .. I don't see it there now .. let me see what I can find.
Please Log in or Create an account to join the conversation.
Moderators: Thorn, IG-Modellbau
Time to create page: 0.318 seconds