Skip to content

tiffcrop correctly update buffersize after rotateImage() fix#520

rotateImage() set up a new buffer and calculates its size individually. Therefore, seg_buffs[] size needs to be updated accordingly. Before this fix, the seg_buffs buffer size was calculated with a different formula than within rotateImage().

Closes #520 (closed)

Edited by Su Laus

Merge request reports