[closed] Images not working
-
@lukasmaximus It will only allow me to upload BMP or JPG but Bmp have to be super compressed.
Yup followed those steps but just get a black odd shaped box. -
@ajb2k3 I had seen a tweet on twitter.
JPG format needs some conditions.
・progressive off
・not Matte colorand use MS paint is no problem.
-
@salty_good said in Images not working:
@ajb2k3 I had seen a tweet on twitter.
JPG format needs some conditions.
・progressive off
・not Matte colorand use MS paint is no problem.
i'm on osx and using G.I.M.P
-
Is there a detailed specification for images somewhere?
-
@ajb2k3 i found out this.
https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/display#tftimagex-y-file-scale-type
-
JPG images are supported.
Baseline only. Progressive and Lossless JPEG format are not supported.
Image size: Up to 65520 x 65520 pixels
Color space: YCbCr three components only. Gray scale image is not supported.
Sampling factor: 4:4:4, 4:2:2 or 4:2:0. -
BMP images are supported.
Only uncompressed RGB 24-bit with no color space information BMP images can be displayed.
-
-
@salty_good said in Images not working:
@ajb2k3 i found out this.
https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/display#tftimagex-y-file-scale-type
-
JPG images are supported.
Baseline only. Progressive and Lossless JPEG format are not supported.
Image size: Up to 65520 x 65520 pixels
Color space: YCbCr three components only. Gray scale image is not supported.
Sampling factor: 4:4:4, 4:2:2 or 4:2:0. -
BMP images are supported.
Only uncompressed RGB 24-bit with no color space information BMP images can be displayed.
Ahh Lobo had the specs listed. thanks mate.
-
-
Working now.
-
@ajb2k3 Great!!
-
Is there a good tool in GIMP for compressing image files? @ajb2k3 I tried without success in photoshop before, perhaps its there but I don't know. It would be better however to have an open source solution such as gimp
-
@lukasmaximus some formats gimp can compress, others need understanding of the file formats.