NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #376 (closed enhancement: fixed)

Opened 2009-04-08T17:29:04-05:00

Last modified 2011-02-02T04:45:00-06:00

Add support for writing lossless JPEGs

Reported by: melissa Owned by: melissa
Priority: minor Milestone: bio-formats-5.0
Component: bio-formats Severity: non-issue
Keywords: Cc: prashant.chandrakar@…
Blocked By: Blocking:

Description

Lossless JPEG allows for up to 16 bits per pixel; we should update JPEGWriter to write lossless JPEGs when 16-bit images are encountered.

However, since lossless JPEG is not supported by many applications, the default behavior should be to throw an exception when attempting to save a 16-bit JPEG. We can then have a method to toggle whether or not the writer should save 16-bit images (e.g. setAllow16BitLossless(boolean)).

Change History

comment:1 Changed 2009-04-08T20:21:45-05:00 by melissa

  • Cc prashant.chandrakar@… added

comment:2 Changed 2010-05-06T08:33:10-05:00 by melissa

  • Milestone changed from bio-formats-4.2 to bio-formats-5.0

comment:3 Changed 2011-02-02T04:45:00-06:00 by curtis

  • Status changed from new to closed
  • Resolution set to fixed

moved to  ome:#4110