Task #4108 (new)
Opened 14 years ago
Last modified 9 years ago
Vector .psd files not supported
Reported by: | mlinkert | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Unscheduled |
Component: | Bio-Formats | Version: | OMERO-5.2.0 |
Keywords: | PSDReader | Cc: | |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description (last modified by mlinkert)
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 (3)
comment:1 Changed 14 years ago by jmoore
comment:2 Changed 13 years ago by mlinkert
- Description modified (diff)
- Milestone changed from OMERO-Beta4.4 to Unscheduled
comment:3 Changed 9 years ago by mlinkert
- Keywords PSDReader added
- Owner mlinkert deleted
- Version set to OMERO-5.2.0
This may not be worth our time - vector data is generally going to be logos and such that are drawn from scratch in Photoshop, and not things that are representative of actual scientific data. Closing as wontfix would be OK with me, but also happy to discuss where to draw the line. If this stays open, it's likely to take a fair amount of time to fully fix.
imported from bio-formats:#353