Image
use as backing java object for ImageModel data
implements: hash
bundle: standard information structure (sismodel)
since 5.2.0
use as backing java object for ImageModel data
Defined hash keys
aspectRatio ↦ String
since 5.2.0
get aspect ratio of image
dataSrc ↦ String
since 5.3.1
get src URL to get data url (embedding in newsletters etc). attention using this will increase the page size, and the memory consumption during page generation
height ↦ Integer
since 5.2.0
get height in pixel
isLandscape ↦ Boolean
since 5.3.1
true if width is greater then height of image
isPortrait ↦ Boolean
since 5.3.1
true if width is less then height of image
persistentSrc ↦ ImageSrcModel
since 5.2.0
get src URL for long time support and download
sid ↦ Long
since 5.2.0
get the storage item ID
src ↦ ImageSrcModel
since 5.2.0
get src URL to use in web pages
storageItem ↦ StorageItemModel
since 5.2.0
get image's storage item
width ↦ Integer
since 5.2.0
get width in pixel