Skip to content
Sentido Web

Sentido Web

  • Contacto
  • Sobre
  • Stop SOPA
Sentido Web
Sentido Web

Day: May 17, 2010

PHP

Clase PHP para abrir ficheros PSD

ByLuis May 17, 2010

Interesante librería que nos permite abrir imágenes PSD desde PHP, devolviendola en formato GD:

include_once('classPhpPsdReader.php')
header("Content-type: image/jpeg");
print imagejpeg(imagecreatefrompsd('test.psd'));

PHP PSD Reader

Vía / Cats Who Code

© 2025 Sentido Web - WordPress Theme by Kadence WP

  • Contacto
  • Sobre
  • Stop SOPA