Ticket #847 (closed enhancement: fixed)

Opened 10 months ago

Last modified 6 months ago

update processimages.groovy

Reported by: rich Assigned to: jkirton
Priority: high Milestone:
Component: ambra Version: 0.8.2.1
Keywords: ingest Cc:
Blocking: Blocked By:

Description

update processimages.groovy to: 1. pull image resize values from the xml conf file (see ImageSetConfig?) 2. smartly resize images based on image type/extension (see DocumentManagementService?.resizeImages 3. scale images correctly (see ImageResizeService?) so they 4. handle issue images appropriately 5. error out if a file extension doesn't match one of the below

Here is a list of current image extensions found in both AP and CW (marked with "*") zip files. Currently, we only need to support CW files but will need to extend later to support AP files.

Convert to PNG: <filename>.e###.tif * <filename>.ex###.tif

Convert to PNG and remove background matte using command "convert image_old.png +matte image_new.png" <filename>.e###.gif <filename>.ex###.gif <filename>.m###.gif <filename>.m####.gif <filename>.x###.gif

Convert to PNG and create small, medium and large images: <filename>.g###.tif * <filename>.f###.tif <filename>.t###.tif *

Dependency Graph

Change History

03/14/08 12:29:46 changed by rich

This wiki page may have some useful information (but also needs to be updated): http://www.topazproject.org/trac/wiki/ImageIngestion

03/19/08 10:42:44 changed by rich

  • milestone changed from pubApp_0.8.2.2 to pubApp_0.8.2.3.

03/21/08 16:35:25 changed by jkirton

  • status changed from new to closed.
  • resolution set to fixed.

nitial impl complete per r5138, r5139, r5140 (eclipse borked on my attempt for a single commit - it isolates changes per project)

03/24/08 10:15:42 changed by russ

  • milestone changed from pubApp_0.8.2.3 to pubApp_0.8.2.2.

04/01/08 16:43:23 changed by jkirton

(In [5216]) addresses #847, #848 Changed the package name for ArticleType.java to retain the validity of existing java serializations that contain this type.

04/03/08 18:00:38 changed by alex

(In [5346]) Recorded merge of revisions 5216 via svnmerge from http://gandalf.topazproject.org/svn/branches/0.8.2.2

........

r5216 | jkirton | 2008-04-01 16:43:23 -0700 (Tue, 01 Apr 2008) | 2 lines

addresses #847, #848 Changed the package name for ArticleType.java to retain the validity of existing java serializations that contain this type.

........

05/16/08 14:49:18 changed by russ

(In [5764]) creating a branch from 0.8.2.2 at r4863. will attempt to remove article serialization changes while preserving pre-ingest processing changes. addresses #806, #847, #848

07/16/08 11:01:33 changed by

  • milestone deleted.

Milestone pubApp_0.8.2.2 deleted