Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 참고사이트
- jQuery
- #안드로이드
- SQL
- MySQL
- select box
- #splash
- 웹접근성
- date
- egovframework
- [ASP]
- MSSQL
- 네이버지도 API
- url
- php
- inteliJ
- Import
- dump
- 전자정부프레임워크
- gd
- 웹표준
- 자동증가
- 워터마크 썸네일
- #하이브리드앱
- PHPStorm
- FullCalendar
- JavaScript
- IE이슈
- 나프다
- 초급개발자
Archives
- Today
- Total
목록php (2)
개발노트
워터마크 썸네일 업로드
실행함수 '') { imagejpeg ($image_p, $DestinationFile, 100); } else { header('Content-Type: image/jpeg'); imagejpeg ($image_p, null, 100); }; imagedestroy($image); imagedestroy($image_p); }; ?> 함수구현
PHP
2016. 7. 5. 18:53
워터마크 이미지
PHP 워터마크 이미지 작업시 참고했던 내용 If you are a professional or a newbie photographer you will probably want to protect your photos from being stolen and used for free. Using PHP you can create different types of watermarks on all of your images. I am going to show you a way how to dynamically put a text messages on your images. What you need is a JPG image file and a font file used for generate the water..
PHP
2016. 7. 5. 18:01