Task #5356 (closed)
Opened 13 years ago
Closed 13 years ago
BUG: Exported QuickTime movies are inverted
| Reported by: | mlinkert | Owned by: | mlinkert |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3 |
| Component: | Bio-Formats | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2011-06-02 (13) |
Description
Originally reported as Fiji #316.
This macro reproduces the problem:
run("Bat Cochlea Volume (19K)");
// run("MRI Stack (528K)");
before = getPixel(10,10);
run("Bio-Formats Exporter", "save=/Users/eglinger/Desktop/bcv_macro.mov");
after = getPixel(10,10);
showMessage("Pixel (10,10) before saving: " + before + " after saving:" +
after);
// shows: Pixel (10,10) before saving: 0 after saving: 255
Change History (1)
comment:1 Changed 13 years ago by mlinkert
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Fixed in [a09dda46f96eb552d046fe5dfaa2c8b8a1611ea1/bioformats.git] (the commit message just has the wrong ticket number).