DECA-19: Extend Decapod server to create thumbnails and full-sized images after capture

Metadata

Source
DECA-19
Type
Sub-issue
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Jonathan Hung
Reporter
Colin Clark
Created
2009-10-21T13:42:01.000-0400
Updated
2012-01-10T09:51:08.249-0500
Versions
N/A
Fixed Versions
  1. 0.3
Component
  1. Capture

Description

At the moment, the Decapod server is hard-wired to return a full-sized image. We should refactor it to capture the image, process it so that we have both thumbnail and full size images, and then modify the response of the server to return URLs for both images, which can then be immediately injected into the HTML.

Comments

  • Boyan Sheytanov commented 2010-01-08T06:36:12.000-0500

    This is now fixed - the server generates thumbnail images and returns paths to both the full-sized and the scaled image.