pxlsrt icon indicating copy to clipboard operation
pxlsrt copied to clipboard

Pixel sorter written in Ruby

Results 6 pxlsrt issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted
2.0.0

Add unit testing from the beginning for 2.0.0

help wanted
2.0.0

- [ ] 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

enhancement
help wanted
2.0.0

Ditch oily_png for the more versatile rmagick, thus unshackling the dependence on PNG I/O files.

enhancement
help wanted
2.0.0

Conform to Rubocop (minus Metrics)

help wanted
2.0.0

Hello, This gem is still dependent on thor 0.18, would it be possible to update it? Should I do it? Thank you