Save a tiff as single strip using SixLabors ImageSharp

19 views Asked by At

Is there a way to save a tiff (that isn't already single strip) as a single strip tiff, i.e. one where ImageLength == RowsPerStrip.

I was hoping there was a TiffEncoder parameter or some other way of controlling this.

When I call SaveAsTiff the RowsPerStrip is preserved, which is what I would expect, but not what I desire.

0

There are 0 answers