aous72 / OpenJPH

Open-source implementation of JPEG2000 Part-15 (or JPH or HTJ2K)
BSD 2-Clause "Simplified" License
203 stars 49 forks source link

add getter for TLM marker request #118

Closed bradh closed 9 months ago

bradh commented 9 months ago

Small code addition to check whether TLM marker has been requested.

Without this, I need to have a shadow variable to check whether this property is set.

aous72 commented 9 months ago

All good. Thank you.