Je moet ingelogd zijn om te stemmen.
Auteur: marten - 23 februari 2010 - 10:27 - Gekeurd door: Koen - Hits: 2635 - Aantal punten: 4.50 (1 stem)
// Image is een GD image object function getDPI($image) { $string = file_get_contents($image); $data = bin2hex(substr($string,14,4)); $x = substr($data,0,4); return hexdec($x); }
// Image is een GD image objectfunction getDPI($image) { $string = file_get_contents($image); $data = bin2hex(substr($string,14,4)); $x = substr($data,0,4); return hexdec($x); }