Если кто-нить имеет опыт работы по обработки графичиских файлов с помощью PHP, поделитесь опытом.
потому как мало инфы нашел... нужно не счетчики исовать, а обрабатывать, скалить итд итп фотки загружаемые пользователями... и тыт затык
Спасибо.
!!! Только у нас на форуме !!! | |
Спектакли от дяди Пчёлки
для просмотра необходима регистрация |
PHP и графика
Started by
black
, 06 04 2007 02:15
4 ответов в этой теме
#1
Отправлено 06 апр 2007 - 02:15
#2
Отправлено 06 апр 2007 - 03:14
Взято отюда: _http://www.php.net/manual/ru/ref.image.php
imagecopyresampled
(PHP 4 >= 4.0.6, PHP 5)
imagecopyresampled -- Copy and resize part of an image with resampling
Description
bool imagecopyresampled ( resource dst_image, resource src_image, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h )
imagecopyresampled() copies a rectangular portion of one image to another image, smoothly interpolating pixel values so that, in particular, reducing the size of an image still retains a great deal of clarity. Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
dst_image is the destination image, src_image is the source image identifier. If the source and destination coordinates and width and heights differ, appropriate stretching or shrinking of the image fragment will be performed. The coordinates refer to the upper left corner. This function can be used to copy regions within the same image (if dst_image is the same as src_image) but if the regions overlap the results will be unpredictable.
Там же описаны и остальные функции для работы с графикой. Кстати, классный справочник, частично переведенный на русский. Его же можно скачать в формате chm, только не помню где.
imagecopyresampled
(PHP 4 >= 4.0.6, PHP 5)
imagecopyresampled -- Copy and resize part of an image with resampling
Description
bool imagecopyresampled ( resource dst_image, resource src_image, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h )
imagecopyresampled() copies a rectangular portion of one image to another image, smoothly interpolating pixel values so that, in particular, reducing the size of an image still retains a great deal of clarity. Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
dst_image is the destination image, src_image is the source image identifier. If the source and destination coordinates and width and heights differ, appropriate stretching or shrinking of the image fragment will be performed. The coordinates refer to the upper left corner. This function can be used to copy regions within the same image (if dst_image is the same as src_image) but if the regions overlap the results will be unpredictable.
Там же описаны и остальные функции для работы с графикой. Кстати, классный справочник, частично переведенный на русский. Его же можно скачать в формате chm, только не помню где.
Сообщение отредактировано m00nk: 06 апр 2007 - 03:17
#3
Отправлено 06 апр 2007 - 09:54
Мануал на русском - http://www.php.ru/manual/
вот залил не до конца переведенный файл, но гораздо удобнее html-версии
_http://www.rapidshare.ru/237487 (7 МБ)
вот залил не до конца переведенный файл, но гораздо удобнее html-версии
_http://www.rapidshare.ru/237487 (7 МБ)
#4
Отправлено 06 апр 2007 - 14:47
А версия какая? А то они время от времени его обновляют, стоит ли качать?
У меня: This file was generated: Thu Nov 17 04:04:31 2005
У меня: This file was generated: Thu Nov 17 04:04:31 2005
#5
Отправлено 09 апр 2007 - 09:07
Моё was generated: Thu May 25 00:51:15 2006
За более актуальными не лазил - пока необходимости такой не возникало.
За более актуальными не лазил - пока необходимости такой не возникало.
1 человек читают эту тему
0 пользователей, 1 гостей, 0 скрытых пользователей