I want to change the dpi of an image from 72 to 96 using GD or php.
thanks in advance.
You can set the resolution using PHP iMagick:
public function setDPI($DPIX, $DPIY) { $this->image->setImageResolution($DPIX,$DPIY); }
Source: https://habr.com/ru/post/1796449/More articles:How to insert / delete row / column of WPF grid in context menu in design mode? - visual-studio-2010Compare TCHAR with String value in VC ++? - visual-c ++ΠΠΎΠΌΠΎΡΡ Ρ SimpleCursorTreeAdapter ΠΈ getChildrenCursor() - androidautomatically start FrontCamera and record the image - iphoneHow to use debugger in android or java? - javaJava shift operator fancy program output - javaSimple assignment of an iterator? - iteratorNo stylesheet loaded - c #problem with win service application - c #How to load html external form in simplemodal OSX dialog style - jqueryAll Articles