aboutsummaryrefslogtreecommitdiff
path: root/themagicpipe
AgeCommit message (Collapse)Author
2024-08-17fixed palettevulonkaaz
2024-08-17back to basicsvulonkaaz
Sorry Tyler, but your code was too hard to work with, caused more problems while basically solving none. At first I wanted to solve the background problem (no, replacing fully transparent pixels with white is NOT a good way to make a white background) but the API is complicated when just using the convert command is like one (1) line of code compared to the long-ass thing that magickwand requires I don't think it is any less safe to do it that way compared to what you were doing, also I am using convert directly as opposed to before when I used to pipe user input to sh like a psychopath so that's an improvement i guess
2024-07-04dither method no (we'll need to tweak this later maybe)Brice Tonon
2024-07-04Implement quantization changesTyler
2024-07-04Further compression and optimizationTyler
2024-07-03Inline ImageMagick logic (C bindings)Tyler
2024-06-19Initial versionvulonkaaz