Jump to content


!!! Только у нас на форуме !!!
Спектакли от дяди Пчёлки

для просмотра необходима регистрация
Photo
- - - - -

PHP и графика


  • Please log in to reply
4 replies to this topic

#1 black

black
  • Участник
  • 1,057 posts

Posted 06 Apr 2007 - 02:15

Если кто-нить имеет опыт работы по обработки графичиских файлов с помощью PHP, поделитесь опытом.
потому как мало инфы нашел... нужно не счетчики исовать, а обрабатывать, скалить итд итп фотки загружаемые пользователями... и тыт затык :rolleyes:

Спасибо.
  • 0

#2 m00nk

m00nk
  • Участник
  • 356 posts

Posted 06 Apr 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, только не помню где.

Edited by m00nk, 06 Apr 2007 - 03:17.

  • 0

#3 DiSel

DiSel
  • Модераторы
  • 1,541 posts

Posted 06 Apr 2007 - 09:54

Мануал на русском - http://www.php.ru/manual/
вот залил не до конца переведенный файл, но гораздо удобнее html-версии
_http://www.rapidshare.ru/237487 (7 МБ)
  • 0

#4 m00nk

m00nk
  • Участник
  • 356 posts

Posted 06 Apr 2007 - 14:47

А версия какая? А то они время от времени его обновляют, стоит ли качать?
У меня: This file was generated: Thu Nov 17 04:04:31 2005
  • 0

#5 DiSel

DiSel
  • Модераторы
  • 1,541 posts

Posted 09 Apr 2007 - 09:07

Моё was generated: Thu May 25 00:51:15 2006
За более актуальными не лазил - пока необходимости такой не возникало.
  • 0


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users

Rambler's Top100