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
- inteliJ
- url
- FullCalendar
- php
- MySQL
- 나프다
- 웹표준
- #안드로이드
- select box
- 네이버지도 API
- 전자정부프레임워크
- 웹접근성
- 워터마크 썸네일
- 자동증가
- MSSQL
- 초급개발자
- date
- egovframework
- PHPStorm
- Import
- 참고사이트
- jQuery
- #splash
- SQL
- JavaScript
- IE이슈
- gd
- dump
- [ASP]
- #하이브리드앱
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