--------------------------------------
그누보드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;
}
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 430 | 19년 전 | 4088 | ||
| 429 | 19년 전 | 3284 | ||
| 428 | 19년 전 | 4117 | ||
| 427 | 19년 전 | 3462 | ||
| 426 | 19년 전 | 3093 | ||
| 425 | 19년 전 | 3389 | ||
| 424 | 19년 전 | 2430 | ||
| 423 | 19년 전 | 2839 | ||
| 422 | 19년 전 | 2332 | ||
| 421 | 19년 전 | 3700 | ||
| 420 | 19년 전 | 4723 | ||
| 419 | 19년 전 | 3774 | ||
| 418 |
|
19년 전 | 1723 | |
| 417 | 19년 전 | 2731 | ||
| 416 | 19년 전 | 2378 | ||
| 415 | 19년 전 | 2600 | ||
| 414 | 19년 전 | 4394 | ||
| 413 |
|
19년 전 | 2570 | |
| 412 | 19년 전 | 3024 | ||
| 411 |
|
19년 전 | 2976 | |
| 410 |
|
19년 전 | 3662 | |
| 409 |
|
19년 전 | 3621 | |
| 408 |
|
19년 전 | 1837 | |
| 407 | 19년 전 | 2206 | ||
| 406 | 19년 전 | 2766 | ||
| 405 | 19년 전 | 2432 | ||
| 404 | 19년 전 | 4291 | ||
| 403 | 19년 전 | 3287 | ||
| 402 |
NeoGenesis
|
19년 전 | 4074 | |
| 401 | 19년 전 | 2591 | ||
| 400 |
|
19년 전 | 2475 | |
| 399 | 19년 전 | 2941 | ||
| 398 | 19년 전 | 2473 | ||
| 397 | 19년 전 | 2773 | ||
| 396 | 19년 전 | 2459 | ||
| 395 | 19년 전 | 3165 | ||
| 394 | 19년 전 | 1695 | ||
| 393 | 19년 전 | 2978 | ||
| 392 | 19년 전 | 2239 | ||
| 391 | 19년 전 | 2170 | ||
| 390 | 19년 전 | 2263 | ||
| 389 | 19년 전 | 2627 | ||
| 388 | 19년 전 | 2118 | ||
| 387 | 19년 전 | 4463 | ||
| 386 |
|
19년 전 | 2668 | |
| 385 |
|
19년 전 | 2456 | |
| 384 | 19년 전 | 2971 | ||
| 383 | 19년 전 | 3035 | ||
| 382 | 19년 전 | 3087 | ||
| 381 |
|
19년 전 | 2622 | |
| 380 |
|
19년 전 | 3002 | |
| 379 | 19년 전 | 2537 | ||
| 378 | 19년 전 | 2193 | ||
| 377 | 19년 전 | 2768 | ||
| 376 | 19년 전 | 2463 | ||
| 375 |
|
19년 전 | 2547 | |
| 374 | 19년 전 | 3795 | ||
| 373 | 19년 전 | 3253 | ||
| 372 | 19년 전 | 4974 | ||
| 371 |
세은아빠2
|
19년 전 | 2400 | |
| 370 | 19년 전 | 4489 | ||
| 369 | 19년 전 | 3093 | ||
| 368 | 19년 전 | 2879 | ||
| 367 | 19년 전 | 3717 | ||
| 366 | 19년 전 | 2626 | ||
| 365 | 19년 전 | 3714 | ||
| 364 | 19년 전 | 3993 | ||
| 363 | 19년 전 | 3417 | ||
| 362 | 19년 전 | 3467 | ||
| 361 | 19년 전 | 4087 | ||
| 360 |
hwatta
|
19년 전 | 2344 | |
| 359 | 19년 전 | 5082 | ||
| 358 | 19년 전 | 3637 | ||
| 357 | 19년 전 | 2578 | ||
| 356 |
sdesign1s
|
19년 전 | 2259 | |
| 355 | 20년 전 | 2723 | ||
| 354 | 20년 전 | 3015 | ||
| 353 | 20년 전 | 2781 | ||
| 352 |
|
20년 전 | 5761 | |
| 351 |
|
20년 전 | 2689 | |
| 350 |
|
20년 전 | 4270 | |
| 349 |
hwatta
|
20년 전 | 2160 | |
| 348 | 20년 전 | 7297 | ||
| 347 | 20년 전 | 2402 | ||
| 346 | 20년 전 | 3482 | ||
| 345 | 20년 전 | 4288 | ||
| 344 | 20년 전 | 2613 | ||
| 343 | 20년 전 | 3902 | ||
| 342 | 20년 전 | 3049 | ||
| 341 | 20년 전 | 4075 | ||
| 340 |
|
20년 전 | 5106 | |
| 339 |
|
20년 전 | 4214 | |
| 338 | 20년 전 | 5840 | ||
| 337 | 20년 전 | 2020 | ||
| 336 |
|
20년 전 | 3295 | |
| 335 |
|
20년 전 | 3525 | |
| 334 |
|
20년 전 | 2907 | |
| 333 |
hwatta
|
20년 전 | 2415 | |
| 332 | 20년 전 | 4640 | ||
| 331 | 20년 전 | 2258 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기