Change 'Reducing' to 'Transformed'

This commit is contained in:
Andrew 2024-04-06 12:34:05 +13:00
parent 707c349db8
commit 62214878e0

View file

@ -449,7 +449,7 @@ fn optimize_raw(
|| png.ihdr.interlaced != image.ihdr.interlaced; || png.ihdr.interlaced != image.ihdr.interlaced;
if reduction_occurred { if reduction_occurred {
report_format("Reducing image to ", &png); report_format("Transformed image to ", &png);
} }
if opts.idat_recoding || reduction_occurred { if opts.idat_recoding || reduction_occurred {