osamu620 / OpenHTJ2K

An open source implementation of ITU-T Rec.814 | ISO 15444-15 (a.k.a. HTJ2K).
BSD 3-Clause "New" or "Revised" License
34 stars 10 forks source link

TIFF images #131

Open SebastienTs opened 2 years ago

SebastienTs commented 2 years ago

Are you planning to add support for TIFF images (possibly multi-page)?

osamu620 commented 2 years ago

@SebastienTs TIFF support is planned. I'm not familiar with multi-page one, it will start from non-multi-page TIFF.

SebastienTs commented 2 years ago

Non multi-page TIFF would already be a great starting point! Do Part 3 (motion J2K) and Part 10 (3D data) have a straightforward HTJ2K extension and do you plan to support them in the future? I guess that multi-page TIFF mostly make sense in this context.

osamu620 commented 2 years ago

@SebastienTs OK. Non-multi-page (i.e., single page) TIFF won't take long. But I cannot say any expectations because it's quite hot and humid in Japan (I have to survive with saving power consumption to avoid black-out)

SebastienTs commented 2 years ago

Don't worry Osamu and good luck with the extreme weather. I hope that it will be better soon.

On Tue, Aug 2, 2022, 06:44 Osamu Watanabe @.***> wrote:

@SebastienTs https://github.com/SebastienTs OK. Non-multi-page (i.e., single page) TIFF won't take long. But I cannot say any expectations because it's quite hot and humid in Japan (I have to survive with saving power consumption to avoid black-out)

— Reply to this email directly, view it on GitHub https://github.com/osamu620/OpenHTJ2K/issues/131#issuecomment-1202011276, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTFCUEHIAFHJSNLIWYANTDVXCRTZANCNFSM54K5DQCA . You are receiving this because you were mentioned.Message ID: @.***>

SebastienTs commented 1 year ago

Non multi-page TIFF would already be a great starting point! Do Part 3 (motion J2K) and Part 10 (3D data) have a straightforward HTJ2K extension and do you plan to support them in the future? I guess that multi-page TIFF mostly make sense in this context.

On Mon, 25 Jul 2022 at 04:23, Osamu Watanabe @.***> wrote:

@SebastienTs https://github.com/SebastienTs TIFF support is planned. I'm not familiar with multi-page one, it will start from non-multi-page TIFF.

— Reply to this email directly, view it on GitHub https://github.com/osamu620/OpenHTJ2K/issues/131#issuecomment-1193484348, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTFCUEBHRQ7JNKUFNXFHDDVVX3BXANCNFSM54K5DQCA . You are receiving this because you were mentioned.Message ID: @.***>

osamu620 commented 1 year ago

Non multi-page TIFF would already be a great starting point! Do Part 3 (motion J2K) and Part 10 (3D data) have a straightforward HTJ2K extension and do you plan to support them in the future? I guess that multi-page TIFF mostly make sense in this context. On Mon, 25 Jul 2022 at 04:23, Osamu Watanabe @.> wrote: @SebastienTs https://github.com/SebastienTs TIFF support is planned. I'm not familiar with multi-page one, it will start from non-multi-page TIFF. — Reply to this email directly, view it on GitHub <#131 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTFCUEBHRQ7JNKUFNXFHDDVVX3BXANCNFSM54K5DQCA . You are receiving this because you were mentioned.Message ID: @.>

140 added very basic tiff support as an input format.

If your environment is Windows, you have to modify CMakeLists.txt to include libtiff related directories.