image icon indicating copy to clipboard operation
image copied to clipboard

Added dpi method for image conversion units

Open RohanSakhale opened this issue 4 years ago • 1 comments

New Method Introduction

dpi helps to update image density supported only for imagick driver

It throws exception if called over other driver

Usage

$path = "/home/user/hello.jpg";
$image = Image::make($path);
$image->dpi(300);
$image->save();

RohanSakhale avatar Dec 30 '21 08:12 RohanSakhale

@olivervogel can you please review if this is a contribution is acceptable or requires an update

RohanSakhale avatar Jan 03 '22 06:01 RohanSakhale

@olivervogel been a year waiting to hear from you :-)

RohanSakhale avatar Feb 04 '23 13:02 RohanSakhale