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