NIHVIVO-1692 if thumbnails are created during a file storage upgrade, they should be the right size.
This commit is contained in:
parent
a4f67be80e
commit
981aff8ac4
1 changed files with 2 additions and 2 deletions
|
@ -88,10 +88,10 @@ public class FileStorageUpdater implements FSUController {
|
||||||
private static final Log log = LogFactory.getLog(FileStorageUpdater.class);
|
private static final Log log = LogFactory.getLog(FileStorageUpdater.class);
|
||||||
|
|
||||||
/** How wide should a generated thumbnail image be (in pixels)? */
|
/** How wide should a generated thumbnail image be (in pixels)? */
|
||||||
public static final int THUMBNAIL_WIDTH = 150;
|
public static final int THUMBNAIL_WIDTH = 200;
|
||||||
|
|
||||||
/** How high should a generated thumbnail image be (in pixels)? */
|
/** How high should a generated thumbnail image be (in pixels)? */
|
||||||
public static final int THUMBNAIL_HEIGHT = 150;
|
public static final int THUMBNAIL_HEIGHT = 200;
|
||||||
|
|
||||||
/** How is the main image referenced in the old scheme? */
|
/** How is the main image referenced in the old scheme? */
|
||||||
public static final String IMAGEFILE = VitroVocabulary.vitroURI
|
public static final String IMAGEFILE = VitroVocabulary.vitroURI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue