Posté le 20/04/2020 10:23
Planète Casio v4.3 © créé par Neuronix et Muelsaco 2004 - 2024 | Il y a 192 connectés | Nous contacter | Qui sommes-nous ? | Licences et remerciements
Planète Casio est un site communautaire non affilié à Casio. Toute reproduction de Planète Casio, même partielle, est interdite.
Les programmes et autres publications présentes sur Planète Casio restent la propriété de leurs auteurs et peuvent être soumis à des licences ou copyrights.
CASIO est une marque déposée par CASIO Computer Co., Ltd
Citer : Posté le 20/04/2020 10:45 | #
C.Basic cannot read 16-bit BMP.
Please convert to 24-bit BMP.
Or maybe it's better to convert it to G3P format.
Overclocking utilitaire Ftune/Ptune2/Ptune3 est également disponible.
Si vous avez des questions ou un rapport de bogue, n'hésitez pas à me le faire savoir.
Citer : Posté le 20/04/2020 10:50 | #
Ah yeah, 24 bits… I forgot >.< Thank you !!
Citer : Posté le 20/04/2020 10:51 | #
Why not 16 bits by the way? One would expect that less work has to be done to read 16-bit bitmaps. The files are also more compact in 16-bit format.
Citer : Posté le 20/04/2020 10:53 | #
The tileset perfectly works now !!
Citer : Posté le 20/04/2020 11:23 | #
@Lephenixnoir
That's because I wasn't familiar with the 16-bit BMP format of the RGB565.
After doing a little research, I'd like to add a 16-bit BMP.
Ajouté le 24/04/2020 à 09:11 :
I've updated with support for RGB565 16-bit BMP.
Overclocking utilitaire Ftune/Ptune2/Ptune3 est également disponible.
Si vous avez des questions ou un rapport de bogue, n'hésitez pas à me le faire savoir.
Citer : Posté le 24/04/2020 10:15 | #
This is good news! It's refreshing to see that C.Basic takes ideas from the community.
I hope it will help make programs smaller in the storage memory.
Citer : Posté le 24/04/2020 10:25 | #
Thanks!
I'll continue to improve as long as there is a request.
BTW,
I haven't found a way to save in g3p format yet, so I'm hoping to be able to handle PNGs.
Overclocking utilitaire Ftune/Ptune2/Ptune3 est également disponible.
Si vous avez des questions ou un rapport de bogue, n'hésitez pas à me le faire savoir.
Citer : Posté le 24/04/2020 10:29 | #
I don't think G3P is a useful format, as it is closed, obfuscated, and requires specific (Windows/Mac-only) Casio software to use. PNG feels like a much better choice to me. I think you can make PNG files without compression, so you should be able to easily write valid (though less interesting) PNG files. If you want to handle compression, there is more work to do. But this would be a first in this community.
Citer : Posté le 27/04/2020 09:57 | #
Hey I've another question…
Is there an upper limit for imported picture (in terms of the size) ?
I've a bmp 16-bits of 148 ko ^^'
Citer : Posté le 27/04/2020 11:31 | #
@Lephenixnoir
Yes, I'd like to ditch the G3P.
And I'd like to implement PNG as soon as possible.
@Shadow15510
Since it supports 24-bit BMP decoding, it can read files up to about 243KB.
Overclocking utilitaire Ftune/Ptune2/Ptune3 est également disponible.
Si vous avez des questions ou un rapport de bogue, n'hésitez pas à me le faire savoir.