카테고리 없음

php blob 사진 resize하기

개발자_이훈규 2017. 11. 27. 12:28

이미지를 올리기 전에 html에서 resize를 하는 방법

https://stackoverflow.com/questions/12034955/how-to-resize-an-image-during-uploading-in-mysql-using-php


쉽게 말해서 thumbnail을 만드는 과정과 동일하다고 보면 되는구나

https://stackoverflow.com/questions/11376315/creating-a-thumbnail-from-an-uploaded-image



그래도 한국말로 써져있는 이걸 참고해서 코드를 수정해본다.

http://hellogohn.com/post_one75



gd

GD Supportenabled
GD Versionbundled (2.1.0 compatible)
FreeType Supportenabled
FreeType Linkagewith freetype
FreeType Version2.3.11
T1Lib Supportenabled
GIF Read Supportenabled
GIF Create Supportenabled
JPEG Supportenabled
libJPEG Version6b
PNG Supportenabled
libPNG Version1.2.49
WBMP Supportenabled
XPM Supportenabled
libXpm Version30411
XBM Supportenabled
WebP Supportenabled
DirectiveLocal ValueMaster Value
gd.jpeg_ignore_warning00


위 정보로 함수를 잘 골라서 써야한다.