Tengo un BMP de 4bits que quiero convertir a JPG, hice este codigo pero no lo consigo
Código
<?php $jpgfile= 'imagen.jpg'; $bmpfile= 'imagen.bmp'; # creamos jpg ?>
En el Log de Apache recibo:
Código:
PHP Warning: imagecreatefromwbmp(): 'imagen.bmp' is not a valid WBMP file in /home/diabliyo/public_html/index.php on line 22, referer: http://localhost/test/index.php
[Mon Jan 06 17:53:49 2014] [error] [client 127.0.0.1] PHP Warning: imagejpeg() expects parameter 1 to be resource, boolean given in /home/diabliyo/public_html/index.php on line 23, referer: http://localhost/test/index.php
[Mon Jan 06 17:53:49 2014] [error] [client 127.0.0.1] PHP Warning: imagedestroy() expects parameter 1 to be resource, boolean given in /home/diabliyo/public_html/index.php on line 24, referer: http://localhost/test/index.php
Saludos !