dragon66 / icafe

Java library for reading, writing, converting and manipulating images and metadata
Eclipse Public License 1.0
204 stars 58 forks source link

TIFFReader support for CCITT Fax #24

Open dragon66 opened 8 years ago

dragon66 commented 8 years ago

Currently TIFFReader has no support for CCITT Fax compression. This is a common format which we need to support.

dragon66 commented 6 years ago

It's a long time since I first opened this issue. Now I will focus on this issue and hopefully to be able to finish it soon.

ognjenm commented 6 years ago

dragon66 this is great news. Thank you.

dragon66 commented 6 years ago

Update: Group 3, 1-dimensional sample/Test implementation is finished. Group 3, 2-dimensional is in progress.