Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open and save image mechanism. #11

Open
jwchen119 opened this issue Dec 9, 2024 · 1 comment
Open

Open and save image mechanism. #11

jwchen119 opened this issue Dec 9, 2024 · 1 comment

Comments

@jwchen119
Copy link

Hi,

First of all, thanks for this project.
I'm currently working on an E-paper project to shows the dithered image by limited palette.
To achieve this, I've tried to done it by Cython but the color is a bit biass. Anyway, I think there's another way to impelement the open and save image mechanism is that, to open the image in RAM, prosess it then save left is thr RAM for any client to http.get it.

Not sure if I achieve do that in your module ?

@tfuxu
Copy link
Owner

tfuxu commented Dec 19, 2024

Hi!

Currently, this library only supports opening and saving images using the open_image() and save_image() methods, but I might implement an way to get raw image bytes in the future. Not sure when will it happen, as nowadays I have less time to spend on my personal projects, but I'll try to get it done soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants