ImageMagick이 gd 타입을 지원 안하나봅니다. --a
man ImageMagick 하면 나옵니다. 그런데 gd 타입의 파일 포맷이 있기는 한건가요?
Quote:
GD library
An ANSI C library for the dynamic creation of images. GD creates PNG, JPEG and GIF images, among other formats.
Quote:
What does "gd" stand for?
In gd 1.0, it stood for "gif draw." After the Unisys patent on the LZW compression used in GIF came to light and GIF support was dropped, it did not officially stand for anything, but let's just say "graphics draw" and leave it at that. (GIF support is back, thanks to the expiration of the patent, but gd can draw much more than GIFs.)
man convertrpm -q ImageMagickconve
man convert
rpm -q ImageMagick
convert a.jpg a.gd2
rommance.net
답변감사합니다.
convert 로 바꾸어 보았으나.. 파일이 잘못된거 같아요.
읽어지지가 않습니다.
ImageMagick 도 설치가 되어있구요..
왜그럴까요??
----------------------------
www.nate.com
----------------------------
ImageMagick이 gd 타입을 지원 안하나봅니다. --aman
ImageMagick이 gd 타입을 지원 안하나봅니다. --a
man ImageMagick 하면 나옵니다. 그런데 gd 타입의 파일 포맷이 있기는 한건가요?
rommance.net
찾아보니 gd2 포맷이 있나보군요.php로 만들 수 있겠는데요.
찾아보니 gd2 포맷이 있나보군요.
php로 만들 수 있겠는데요.
<?php
$img = imagecreatefrompng("image.png");
header ("Content-type: image/gd2");
imagegd2($img);
?>
이정도면 나오지 않을까요?
테스트 해보고 안되면 다시 올려보죠
rommance.net
Content-type: image/gd2는 브라우저에서 인식을 못하나봅
Content-type: image/gd2는 브라우저에서 인식을 못하나봅니다.
대신
tmp디렉토리에 write permission 주고 실행하니까 aaa.gd2 파일이 생성되는군요.
php를 로컬로 실행해본 적은 없어서.. 웹으로만 해봤습니다.
rommance.net
gd 라이브러리를 설치했다면 PREFIX/bin 에 giftogd2 가
gd 라이브러리를 설치했다면 PREFIX/bin 에 giftogd2 가 존재할겁니다. :twisted:
댓글 달기