NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1082 (closed enhancement: moved)

Opened 2012-03-30T09:37:18-05:00

Last modified 2013-06-07T15:37:54-05:00

Additional RGB export support

Reported by: hinerm Owned by: curtis
Priority: major Milestone: imagej2-b8-analysis
Component: I/O Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1920

Description

RGB support needs to be more robust:

  • If an image has exactly 3 channels and each is an unsigned 8-bit plane with composite display, we may want to assume RGB.
  • Determine when we may want to manually interleave the multiple planes of an RGB image to a single byte array.
  • Add appropriate dialog and warning messages for these settings.

These options can eventually go into a more advanced save dialog box, allowing the user the choice of how to save their RGB images.

Change History

comment:1 Changed 2012-05-15T10:53:17-05:00 by curtis

  • Owner set to curtis
  • Status changed from new to assigned
  • Component changed from other to ij-io
  • Blocking 9 added
  • Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4

comment:2 Changed 2012-09-06T14:27:40-05:00 by curtis

  • Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5

comment:3 Changed 2013-06-05T15:14:04-05:00 by bdezonia

  • Milestone changed from imagej2-b7-ndim-data to imagej2-b8-analysis

comment:4 Changed 2013-06-07T15:34:00-05:00 by curtis

  • Blocking 1920 added

comment:5 Changed 2013-06-07T15:37:54-05:00 by curtis

  • Blocking 9 removed

(In #9) This ticket is really about improving the infrastructure if I/O for ImageJ2. With SCIFIO, we have now done that. The 2.0.0-beta-7 release is using SCIFIO 0.1.0—File Open and File Save are now extensible—so this ticket is complete.

Remaining tickets about improving the existing I/O mechanism have been migrated to ticket #1920.

comment:4 Changed 2014-05-07T04:27:24-05:00 by curtis

  • Status changed from assigned to closed
  • Resolution set to moved