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 #353 (closed enhancement: fixed)

Opened 2009-02-06T15:21:30-06:00

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

Vector .psd files not supported

Reported by: melissa Owned by: melissa
Priority: minor Milestone: bio-formats-5.0
Component: bio-formats Severity: serious
Keywords: Cc:
Blocked By: Blocking:

Description

All four of the .psd files in bio-formats/logo/ throw this exception:

Exception in thread "main" java.lang.NegativeArraySizeException
	at loci.formats.in.PSDReader.initFile(PSDReader.java:227)
	at loci.formats.FormatReader.setId(FormatReader.java:302)
	at loci.formats.ImageReader.setId(ImageReader.java:580)
	at loci.formats.tools.ImageInfo.testRead(ImageInfo.java:245)
	at loci.formats.tools.ImageInfo.testRead(ImageInfo.java:59)
	at loci.formats.tools.ImageInfo.main(ImageInfo.java:654)

Change History

comment:1 Changed 2009-02-06T18:04:20-06:00 by melissa

  • Milestone set to bio-formats-4.0.0

comment:2 Changed 2009-02-09T09:01:13-06:00 by melissa

  • Summary changed from Bio-Formats .psd logos throw an exception to Vector .psd files not supported
  • Milestone changed from bio-formats-4.0.0 to bio-formats-4.1.0

The logos all contain vector data; the PSD reader only supports raster data. r4791 causes the logos to throw a more informative exception.

comment:3 Changed 2009-10-20T10:17:45-05:00 by melissa

  • Type changed from defect to enhancement
  • Milestone bio-formats-4.1 deleted

comment:4 Changed 2009-11-23T15:01:29-06:00 by melissa

  • Milestone set to bio-formats-4.2

comment:5 Changed 2010-05-06T08:32:57-05:00 by melissa

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

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

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

moved to  ome:#4108