orchidsoftware / platform

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
https://orchid.software
MIT License
4.26k stars 631 forks source link

Add option to keep original attachment type when using cropper #2779

Closed czernika closed 6 months ago

czernika commented 6 months ago

Discussed here

Proposed Changes

Cropper::make('picture')
  ->keepOriginalType();

Now every cropped image will keep its original file type. Default value - false, meaning every image will be converted to png format