randy408 / libspng

Simple, modern libpng alternative
https://libspng.org
BSD 2-Clause "Simplified" License
742 stars 75 forks source link

Fix for missed optimisation with grayscale same layouts #257

Open rps102 opened 1 year ago

rps102 commented 1 year ago

The outer 'if' clause prevented the inner test on GRAYSCALE_ALPHA being reached, so when source and destination are the same the faster copy out from the decoder isn't used.