DECA-277: Add Export to TIFF, PNG functionality to the server

Metadata

Source
DECA-277
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Jonathan Hung
Created
2012-06-08T15:44:50.490-0400
Updated
2012-07-03T10:38:26.310-0400
Versions
N/A
Fixed Versions
  1. 0.6
Component
  1. Server

Description

Add basic Export to PNG, and TIFF support to the Decapod server.

  • Exports into an uncompressed ZIP file.
  • Image files taking .PNG and .TIF extensions.
  • The export is a simple conversion process, with no processing of images

Comments

  • Justin Obara commented 2012-06-11T15:33:04.878-0400

    This should just be a straight conversion of format, no processing or other changes. Since this is meant for preservation.

  • Justin Obara commented 2012-06-29T12:59:54.122-0400

    Implemented the image export. I had to do a bunch of refactoring, especially to pdf.py, to better structure and reuse code for the image export.

    The changes are in my bitbucket repo:
    https://bitbucket.org/jobara/decapod-0.6-server-iteration2

  • Justin Obara commented 2012-07-03T10:38:23.706-0400

    merged into the googlecode project repo