Export to Tiff - reverse bit order

Hello there,

is it possible to influence the bit order of the exported tiff?

I have the requirement to produce a tiff with reversed bit order, but I don’t seem to find any option to do so.

Required:
FillOrder: lsb-to-msb
Samples/Pixel: 1

My output:
FillOrder: msb-to-lsb
Rows/Strip: 8

Used code fragment:

ImageSaveOptions imgOptions = new ImageSaveOptions(SaveFormat.TIFF);
imgOptions.setResolution(200);
imgOptions.setTiffCompression(TiffCompression.CCITT_4);
imgOptions.setImageBrightness(0.4 f);

doc.save(PATH_TO_TEST_OUTPUT + fileName, imgOptions);

Hi Scherge,

Thanks for your inquiry. Unfortunately, Aspose.Words does not support the requested feature at the moment. However, I have logged this feature request as WORDSNET-9964 in our issue tracking system. You will be notified via this forum thread once this feature is available.

We apologize for your inconvenience.

Are there any estimates on this issue? Any status updates maybe?

Hi Scherge,

Thanks for your patience.

I am afraid this issue WORDSNET-9964 has now been postponed till a later date due to some other important issues and new features. We will inform you as soon as there are any further developments.

We apologize for your inconvenience.

Hello Tahir,

are there any updates on this issue?

Hi Scherge,

Thanks for your inquiry. I regret to share with you that this requested feature is still postponed. We will inform you via this forum thread once there is any update available on this feature.

We apologize for your inconvenience.