pxlsrt
pxlsrt copied to clipboard
Pixel sorter written in Ruby
ChunkyPNG tries to optimize the encoding options based on the image contents. This presents two issues: 1. The detection and determination of the best encoding options takes time. 2. The...
- [ ] Allow adding new sorting methods (e.g. `Pxlsrt::Something.add_sort_method(:my_method) { |color| do_something_to_color(r) }`). - [ ] Allow adding new sorting classes
Ditch oily_png for the more versatile rmagick, thus unshackling the dependence on PNG I/O files.
Hello, This gem is still dependent on thor 0.18, would it be possible to update it? Should I do it? Thank you