Flag
flag
List of options divided by comma ,
Options
not-orientate
: disregards the orientation of the image. The orientation descriptor is usually attached to jpeg format files.
Parameters
- This transformation does not include parameters.
Limitations
- the validity is dependent of the flag, meaning that certain flags are valid only within a specific transformation group, while other flags refer the whole transformation descriptors (layers, basic image, etc.)
Dependencies
- This transformation does not have any dependencies.
Examples
See the following examples about the possible ways of usage.
Ignore EXIF orientation data
wh:100_flag:not-orientate
use shardimage\shardimagephp\factories\Transformation;
$transformations = (new Transformation())->size(100)->noOrientate();