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

Drop ImageMagick in favor of PIL #28

Open
tfuxu opened this issue Jun 17, 2023 · 1 comment
Open

Drop ImageMagick in favor of PIL #28

tfuxu opened this issue Jun 17, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@tfuxu
Copy link
Owner

tfuxu commented Jun 17, 2023

Moving from Wand (wrapper for ImageMagick) to Pillow would allow me to utilize hitherdither (see the comment below) library, which contains additional dithering algorithms and custom image palettes. As an added bonus, the packaging will become probably more straightforward, and the performance will improve1.

Footnotes

  1. Pillow Performance site

@tfuxu tfuxu added the enhancement New feature or request label Jun 17, 2023
@tfuxu tfuxu added this to the Halftone 0.5.0 milestone Jun 17, 2023
@tfuxu
Copy link
Owner Author

tfuxu commented Sep 6, 2023

Currently the plan is to instead use dither-go library, which contains more dithering algorithms, is much faster and according to original dither description: "is uniquely correct from a math and quality perspective".

@tfuxu tfuxu modified the milestones: Halftone 0.4.0, Halftone 1.0.0 Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

1 participant