You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have both the inky impression and frame.
Both use the same (already cropped and dithered image) and get these from a dotnet core api (same endpoint)
The endpoint returns a filestream result with the contentType. This is then locally saved and shown on the display.
With the inky frame (pi pico) nothing is done with the result because it's already dithered but on the inky impression this jpg/png is always converted (because the image loads as RGB mode) which results in a image with reduced colors.
Is there a possibility to not convert in image and just load it as is?
The text was updated successfully, but these errors were encountered:
I have both the inky impression and frame.
Both use the same (already cropped and dithered image) and get these from a dotnet core api (same endpoint)
The endpoint returns a filestream result with the contentType. This is then locally saved and shown on the display.
With the inky frame (pi pico) nothing is done with the result because it's already dithered but on the inky impression this jpg/png is always converted (because the image loads as RGB mode) which results in a image with reduced colors.
Is there a possibility to not convert in image and just load it as is?
The text was updated successfully, but these errors were encountered: