php - change DPI of image from 72 to 300 using intervention -


i working laravel , using in image processing. want increase dpi of image. didn't see documentation regarding dpi here. there solution in php or other method php or laravel?

intervention image not support this, can change dpi imagemagick using -unit pixelsperinch option. example:

exec('convert -units pixelsperinch originalimage -resample 300 outputiamge');  

Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -