본문 썸네일 생성 방법
페이지 정보
작성자 오원장쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 4,229회 작성일 13-02-25 02:28본문
$img = "<img src='$board_skin_path/img/noimage.gif' border=0 width='$board[bo_1]' title='이미지 없음'>";
$thumb = $thumb_path.'/'. $list[$i][file][0][file] .".Thumb" ;
if (!file_exists($thumb))
{
$file = $list[$i][file][0][path] .'/'. $list[$i][file][0][file];
//첨부파일 이미지가 없으면 내용에 이미지가 있는지 검사
//if (!file_exists($file)) {
// $edit_img = $list[$i]['wr_content'];
// if (eregi("data/cheditor[^<>]*\.(gif|jp[e]?g|png|bmp)", $edit_img, $tmp)) { //에디터에서 삽입한 이미지
// $file = $g4[path].'/' . $tmp[0]; // 파일명
// }
//}
if (preg_match("/\.(jp[e]?g|gif|png)$/i", $file) && file_exists($file))
{
$thumb=thumbnail($file, $board[bo_1], $board[bo_1], 0, 1, 100, 0, "", $filter, $noimg); //언샾마스크추가
}
else {
$edit_img = $list[$i]['wr_content'];
if (eregi("data/cheditor[^<>]*\.(gif|jp[e]?g|png|bmp)", $edit_img, $tmp)) { //에디터에서 삽입한 이미지
$file = $g4[path].'/' . $tmp[0]; // 파일명
$thumb=thumbnail($file, $board[bo_1], $board[bo_1], 0, 1, 100, 0, "", $filter, $noimg); //언샾마스크추가
}
}
}
$thumb = $thumb_path.'/'. $list[$i][file][0][file] .".Thumb" ;
if (!file_exists($thumb))
{
$file = $list[$i][file][0][path] .'/'. $list[$i][file][0][file];
//첨부파일 이미지가 없으면 내용에 이미지가 있는지 검사
//if (!file_exists($file)) {
// $edit_img = $list[$i]['wr_content'];
// if (eregi("data/cheditor[^<>]*\.(gif|jp[e]?g|png|bmp)", $edit_img, $tmp)) { //에디터에서 삽입한 이미지
// $file = $g4[path].'/' . $tmp[0]; // 파일명
// }
//}
if (preg_match("/\.(jp[e]?g|gif|png)$/i", $file) && file_exists($file))
{
$thumb=thumbnail($file, $board[bo_1], $board[bo_1], 0, 1, 100, 0, "", $filter, $noimg); //언샾마스크추가
}
else {
$edit_img = $list[$i]['wr_content'];
if (eregi("data/cheditor[^<>]*\.(gif|jp[e]?g|png|bmp)", $edit_img, $tmp)) { //에디터에서 삽입한 이미지
$file = $g4[path].'/' . $tmp[0]; // 파일명
$thumb=thumbnail($file, $board[bo_1], $board[bo_1], 0, 1, 100, 0, "", $filter, $noimg); //언샾마스크추가
}
}
}
댓글목록
등록된 댓글이 없습니다.