Opened 10 years ago

Closed 10 years ago

#5646 closed defect (fixed)

JP2Kak creation options are incomplete

Reported by: jeepingben Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

The JP2Kak driver supports the "FLUSH" creation option to disable (enabled by default) incremental flushing when writing images.

Disabling flush results in a warning printed to the console because FLUSH is not listed as a supported creation option.

Attachments (2)

flush.patch (619 bytes ) - added by jeepingben 10 years ago.
doc-patch.patch (884 bytes ) - added by jeepingben 10 years ago.

Download all attachments as: .zip

Change History (5)

by jeepingben, 10 years ago

Attachment: flush.patch added

comment:1 by Even Rouault, 10 years ago

trunk r27664 "Add FLUSH in creation option XML (#5646, patch by jeepingben)"

I suspect you have discovered the option by code inspection since I can see it is not even documented in frmt_jp2kak.html. Would be good to have something documented there too.

by jeepingben, 10 years ago

Attachment: doc-patch.patch added

comment:2 by jeepingben, 10 years ago

I discovered this while attempting to write an image in RLCP Corder. Kakadu blows up with a memory error, but is nice enough to report that the error is probably due to using RLCP or LRCP order with incremental flushing enabled.

comment:3 by Even Rouault, 10 years ago

Resolution: fixed
Status: newclosed

Thanks

trunk r27683 "JP2KAK: documentation FLUSH creation option (#5646, patch by jeepingben)"

Note: See TracTickets for help on using tickets.