Author Topic: is there web based image manipulating program that can be integrated to php?  (Read 499 times)

0 Members and 1 Guest are viewing this topic.

Offline watsmynameTopic starter

  • Enthusiast
  • Posts: 225
    • View Profile
Is there any open source web based image manipulating program [may be flash], that can be integrated to PHP?? i.e. i upload image, image then is opened in that web based program. then i will edit image like adding layers, layer overlay effects?? and finally, final image can be downloaded


Offline thorpe

  • Administrator
  • 'Mind Boggling!'
  • *
  • Posts: 29,256
    • View Profile
Nothing open source that I am aware of. http://pixlr.com I believe is what your looking for though.

Offline oni-kun

  • Addict
  • Posts: 1,964
  • Gender: Male
  • When you're down, Logic can be a cure.
    • View Profile
    • oni-kun.com
GD is opensource, and fits your requirements.
PHP Documentation (Examples and Usage) || Posting code? [php] Code Here [/php]. (good ref: Truth Tables )
//If you wish a program to have inf args. $params is an array of them.
function($args) {
  if (
is_scalar($args)) {$params func_get_args();}
}

Offline watsmynameTopic starter

  • Enthusiast
  • Posts: 225
    • View Profile
@thorpe

Thanks a ton mate, that is exactly what i wanted.

@oni-kun

Thanks for you help as well :)

Offline developerdave

  • Enthusiast
  • Posts: 94
  • Gender: Male
  • My answer is as good as your question
    • View Profile
    • PHP framework
Also, WideImage is an open source class based on the GD image library, its very good actually.
All my code is untested and my answer is only going to be as good as your question.


PHP Framework