Skip to content

Cropped Image name will be configurable. #12

Closed
@mahendra-virtueinfo

Description

Cropped image name will be configurable, it make big effort when some dynamics image directory generate after upload and cropped.

For Ex:
     if(isset($config['cropConfig']['useFileNameUnique']) && $config['cropConfig']['useFileNameUnique'] != ""){
        $ext = pathinfo($imageName, PATHINFO_EXTENSION);
        $imageName = sha1(uniqid(mt_rand(), true)).'.'.$ext;
     }

What you think about this one ?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions