in reply to Fast Multiresolution Image Querying

What part of "this" do you want in Perl? I'd imagine there's some heavy math for the pixel wrangling, and I wouldn't want to do that in Perl. And the GUI interface will likely require some kit like Tk. Or are you talking about querying their database programmatically through the web?

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re: Fast Multiresolution Image Querying

Replies are listed 'Best First'.
Re^2: Fast Multiresolution Image Querying
by danambroseUK (Beadle) on Aug 15, 2005 at 21:45 UTC
    I intend to make this a web based application. So I would just want perl to do the hardwork encoding the photos and doing the math part...

    But the math is alittle full on - way above my level!

    Dan