Skip to content
Snippets Groups Projects
Commit 050e4e34 authored by cramakri's avatar cramakri
Browse files

LMS-2857 Updated dropbox to store transformed thumbnails

SVN: 24840
parent b6de34f3
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ if incoming.isDirectory():
for resolution in ['64x64', '128x128']:
representation = imageDataset.addGeneratedImageRepresentationWithResolution(resolution)
for channel in ["DAPI", "GFP", "Cy5"]:
representation.setTransformation(channel, transforms[0].getCode())
representation.setTransformation(channel, transforms[1].getCode())
storageFormat = representation.getThumbnailsStorageFormat(imageDataset)
storageFormat.setFileFormat('JPEG')
imageDataset.addGeneratedImageRepresentationWithResolution('256x256')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment