hola tengo una clase que redimenciona unas fotos, con fotos bajadas de internet me funciona pero con unas fotos que toma una camara ip no me sale el siguiente error
Código:
Warning: imagecopyresampled() expects parameter 2 to be resource, null given in C:\xampp\htdocs\DemoCamPhp\Logic\imageresize.php on line 78
Warning: imagepng() [function.imagepng]: Unable to open '../Vista/gran/min/Thumbs.db' for writing: Permission denied in C:\xampp\htdocs\DemoCamPhp\Logic\imageresize.php on line 86
Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: gd-jpeg, libjpeg: recoverable error: Corrupt JPEG data: premature end of data segment in C:\xampp\htdocs\DemoCamPhp\Logic\imageresize.php on line 37
Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: '../Vista/gran/cama.gif' is not a valid JPEG file in C:\xampp\htdocs\DemoCamPhp\Logic\imageresize.php on line 37
Warning: imagecopyresampled() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\DemoCamPhp\Logic\imageresize.php on line 78
no se que pueda ser......
es como algo de permisos pero no se como lo puedo solucionar.
saludos