public interface AMD_ThumbnailStore_getThumbnailByLongestSideSet
extends Ice.AMDCallback
getThumbnailByLongestSideDirect
. The longest
side of the image will be used to calculate the size for
the smaller side in order to keep the aspect ratio of the
original image. Unlike the other thumbnail retrieval
methods, this method may be called without first
calling setPixelsId
.Modifier and Type | Method and Description |
---|---|
void |
ice_response(java.util.Map<java.lang.Long,byte[]> __ret)
ice_response indicates that
the operation completed successfully.
|
void ice_response(java.util.Map<java.lang.Long,byte[]> __ret)
__ret
- (return value) a map whose keys are pixels ids and values are JPEG
thumbnail byte buffers or null
if an
exception was thrown while attempting to retrieve
the thumbnail for that particular Pixels set.