Change 'Reducing' to 'Transformed'

This commit is contained in:
Andrew 2024-04-06 12:34:05 +13:00 committed by andrews05
parent 268499b0db
commit 8a59f5aa1a

View file

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