High end server side image processing

Discussion in 'Programming' started by Amiya Patanaik, Oct 14, 2008.

  1. #1
    Hello everyone,
    I would like to know the best way to handle high end image processing task at the server side. By image processing I mean applying custom filters and writing your own image processing algorithms like morphological opening and closing. I know these are stuff not available in GD. Is it possible to write such stuff using OpenCV and deploy it to the server? Please take a look at http://www.orkutize.com Currently the processing is quite slow and I have to restrict images to VGA quality. The (PHP) script utilizes some non linear filters like minimum filter and is quite slow compared to c implementation.
    Any help will be greatly appriciated
     
    Amiya Patanaik, Oct 14, 2008 IP
  2. EricBruggema

    EricBruggema Well-Known Member

    Messages:
    1,740
    Likes Received:
    28
    Best Answers:
    13
    Trophy Points:
    175
    #2
    Hire a C++ programmer to create seperate plugins for PHP who adds the filters or try ImageMagick :)
     
    EricBruggema, Oct 15, 2008 IP
  3. jmatthew3

    jmatthew3 Peon

    Messages:
    29
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you can always write straight C and execute shell scripts on images.

    you might also put a "processing" delay in... make it longer and use that time to show ads. give faster processing to paying users, too.

    good luck!
     
    jmatthew3, Oct 16, 2008 IP