Difference between revisions of "X Media:resizeWidth"
From GiderosMobile
m (MoKaLux moved page X Media:resizeWidth(newWidth, fixed) to X Media:resizeWidth: wrong initial name) |
|||
Line 14: | Line 14: | ||
'''fixed''': (boolean) true for fixed aspect ratio<br/> | '''fixed''': (boolean) true for fixed aspect ratio<br/> | ||
− | + | {{Media}} |
Revision as of 22:51, 11 February 2020
Available since: Gideros 2016.1
Class: Media
Description
Resizes image width, if fixed is true image is resized with fixed aspect ratio.
Media:resizeWidth(newWidth, fixed)
Parameters
newWidth: (number) new image width
fixed: (boolean) true for fixed aspect ratio
- X Media:copy
- X Media:crop
- X Media:drawFill
- X Media:drawImage
- X Media:drawLine
- X Media:drawText
- X Media:flipHorizontal
- X Media:flipVertical
- X Media:floodFill
- X Media:getHeight
- X Media:getPath
- X Media:getPixel
- X Media:getRotation
- X Media:getWidth
- X Media:resize
- X Media:resizeHeight
- X Media:resizeWidth
- X Media:save
- X Media:setPixel
- X Media:setRotation
- X Media:trim