Image processing functions in PHP

From: Alfred Molon (alfred_molon_at_yahooDELETE.com)
Date: 04/26/04


Date: Mon, 26 Apr 2004 21:29:04 +0200

Does anybody know if the following functions can be added somehow with
PHP:

- unsharp mask
- resize with the bilinear interpolation

I've seen a script which "simulates" unsharp mask, but I guess it must
be very slow, since it runs through the interpreter. Will perhaps PHP 5
add these functions ?

-- 
Alfred Molon
http://www.molon.de/Galleries.htm - Photos from Myanmar, Brunei, 
Malaysia, Thailand, Laos, Cambodia, Nepal, Egypt, Austria, Budapest and 
Portugal


Relevant Pages

  • Re: [9fans] nice quote
    ... I've recently written a 'resize' command which is ... a bit like resamplefor impatient people: ... The -b option is for bilinear interpolation. ...
    (comp.os.plan9)
  • Re: Bilinear interpolation???
    ... interpolation (without using imresize) I tried to write my own code I just ... don't get how bilinear interpolation is used for resize my small code is a ... desperate attempt to get that done, any help will be highly appreciated. ... that’s the bilinear interpolation formula ...
    (comp.soft-sys.matlab)