Type to search...

NOP - No operation

nop (NO Operation)

Operation without operation (nothing will be executed).

Usage

  • in the case of JPEG images, you want to get back the original image, but run the rotation based on the orientation (if there is not transformation, we’ll get the original upload)

Limitations

  • This transformation does not have any limitations.

Dependencies

  • This transformation does not have any dependencies.

Examples

See the following examples about the possible ways of usage.

Add nop transformation to image

nop
use shardimage\shardimagephp\factories\Transformation;
$transformations = (new Transformation())->nop();
Table of contents