--------------------------------------
그누보드4에서 모바일 파일첨부시 세로사진이 옆으로 누워버리길래..
찾다가 기존에 쓰는 방법인 imagerotate()함수가 php버전이 낮으면 작동이 안되고 찾을수 없다고 나온다..
그래서 열심히 구글링 후 다른 방법을 찾았기에.. 여기에 남김..
중복이면 죄송.
--------------------------------------
function rotateImage($img, $rotation) {
$width = imagesx($img);
$height = imagesy($img);
switch($rotation) {
case 90: $newimg= @imagecreatetruecolor($height , $width );break;
case 180: $newimg= @imagecreatetruecolor($width , $height );break;
case 270: $newimg= @imagecreatetruecolor($height , $width );break;
case 0: return $img;break;
case 360: return $img;break;
}
if($newimg) {
for($i = 0;$i < $width ; $i++) {
for($j = 0;$j < $height ; $j++) {
$reference = imagecolorat($img,$i,$j);
switch($rotation) {
case 90: if(!@imagesetpixel($newimg, $j, $width - $i, $reference )){return false;}break;
case 180: if(!@imagesetpixel($newimg, $width - $i, ($height - 1) - $j, $reference )){return false;}break;
case 270: if(!@imagesetpixel($newimg, ($height - 1) - $j, $i, $reference )){return false;}break;
}
}
} return $newimg;
}
return false;
}
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 59 | ||
| 8229 | 9년 전 | 58 | ||
| 8228 |
커네드커네드
|
9년 전 | 105 | |
| 8227 | 9년 전 | 113 | ||
| 8226 | 9년 전 | 148 | ||
| 8225 | 9년 전 | 139 | ||
| 8224 | 9년 전 | 138 | ||
| 8223 | 9년 전 | 105 | ||
| 8222 |
|
9년 전 | 168 | |
| 8221 | 9년 전 | 78 | ||
| 8220 | 9년 전 | 85 | ||
| 8219 | 9년 전 | 91 | ||
| 8218 | 9년 전 | 121 | ||
| 8217 |
star3840
|
9년 전 | 101 | |
| 8216 | 9년 전 | 144 | ||
| 8215 | 9년 전 | 98 | ||
| 8214 | 9년 전 | 214 | ||
| 8213 | 9년 전 | 145 | ||
| 8212 | 9년 전 | 67 | ||
| 8211 | 9년 전 | 230 | ||
| 8210 | 9년 전 | 233 | ||
| 8209 | 9년 전 | 324 | ||
| 8208 | 9년 전 | 197 | ||
| 8207 | 9년 전 | 208 | ||
| 8206 |
|
9년 전 | 173 | |
| 8205 | 9년 전 | 157 | ||
| 8204 | 9년 전 | 119 | ||
| 8203 | 9년 전 | 219 | ||
| 8202 | 9년 전 | 132 | ||
| 8201 | 9년 전 | 168 | ||
| 8200 | 9년 전 | 144 | ||
| 8199 | 9년 전 | 196 | ||
| 8198 | 9년 전 | 162 | ||
| 8197 | 9년 전 | 149 | ||
| 8196 | 9년 전 | 533 | ||
| 8195 | 9년 전 | 144 | ||
| 8194 | 9년 전 | 272 | ||
| 8193 | 9년 전 | 145 | ||
| 8192 | 9년 전 | 172 | ||
| 8191 | 9년 전 | 125 | ||
| 8190 | 9년 전 | 115 | ||
| 8189 | 9년 전 | 175 | ||
| 8188 | 9년 전 | 120 | ||
| 8187 | 9년 전 | 127 | ||
| 8186 | 9년 전 | 134 | ||
| 8185 | 9년 전 | 300 | ||
| 8184 | 9년 전 | 94 | ||
| 8183 | 9년 전 | 312 | ||
| 8182 | 9년 전 | 153 | ||
| 8181 | 9년 전 | 117 | ||
| 8180 | 9년 전 | 683 | ||
| 8179 | 9년 전 | 476 | ||
| 8178 | 9년 전 | 286 | ||
| 8177 |
kiplayer
|
9년 전 | 299 | |
| 8176 | 9년 전 | 338 | ||
| 8175 | 9년 전 | 207 | ||
| 8174 | 9년 전 | 221 | ||
| 8173 | 9년 전 | 330 | ||
| 8172 | 9년 전 | 180 | ||
| 8171 | 9년 전 | 168 | ||
| 8170 | 9년 전 | 285 | ||
| 8169 |
커네드커네드
|
9년 전 | 248 | |
| 8168 | 9년 전 | 306 | ||
| 8167 | 9년 전 | 311 | ||
| 8166 | 9년 전 | 220 | ||
| 8165 | 9년 전 | 151 | ||
| 8164 | 9년 전 | 287 | ||
| 8163 | 9년 전 | 272 | ||
| 8162 | 9년 전 | 283 | ||
| 8161 | 9년 전 | 280 | ||
| 8160 |
|
9년 전 | 477 | |
| 8159 | 9년 전 | 400 | ||
| 8158 | 9년 전 | 220 | ||
| 8157 | 9년 전 | 355 | ||
| 8156 | 9년 전 | 267 | ||
| 8155 | 9년 전 | 242 | ||
| 8154 |
00년생용띠
|
9년 전 | 586 | |
| 8153 | 9년 전 | 220 | ||
| 8152 |
|
9년 전 | 393 | |
| 8151 | 9년 전 | 391 | ||
| 8150 | 9년 전 | 485 | ||
| 8149 |
Jangfolk
|
9년 전 | 326 | |
| 8148 | 9년 전 | 155 | ||
| 8147 | 9년 전 | 362 | ||
| 8146 | 9년 전 | 419 | ||
| 8145 | 9년 전 | 357 | ||
| 8144 | 9년 전 | 326 | ||
| 8143 | 9년 전 | 176 | ||
| 8142 | 9년 전 | 418 | ||
| 8141 | 9년 전 | 366 | ||
| 8140 | 9년 전 | 917 | ||
| 8139 | 9년 전 | 243 | ||
| 8138 |
전갈자리남자
|
9년 전 | 378 | |
| 8137 | 9년 전 | 372 | ||
| 8136 | 9년 전 | 724 | ||
| 8135 |
|
9년 전 | 777 | |
| 8134 |
PlayPixel
|
9년 전 | 494 | |
| 8133 |
|
9년 전 | 424 | |
| 8132 | 9년 전 | 438 | ||
| 8131 | 9년 전 | 799 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기