[Gimp-user] Image resizing based upon image content

2007-08-29 Thread Dotan Cohen
There is an amazing video describing an image resizing algorithm that removes (or adds) pixels based upon their importance to the subjecto of the photo. Can this be implemented in The Gimp? Apparently it will soon be a part of Photoshop. The video is here: http://www.techcrunch.com/2007/08/28/adob

Re: [Gimp-user] Image resizing based upon image content

2007-08-29 Thread Anthony Ettinger
saw that the other day -- very cool. On 8/29/07, Dotan Cohen <[EMAIL PROTECTED]> wrote: > > There is an amazing video describing an image resizing algorithm that > removes (or adds) pixels based upon their importance to the subjecto > of the photo. Can this be implemented in The Gimp? Apparently i

Re: [Gimp-user] Image resizing based upon image content

2007-08-29 Thread Kevin Cozens
Dotan Cohen wrote: > There is an amazing video describing an image resizing algorithm that > removes (or adds) pixels based upon their importance to the subjecto > of the photo. Can this be implemented in The Gimp? Of course it can be implemented in GIMP. It just takes someone with the time and a

[Gimp-user] pdb.gimp_by_color_select malfunction

2007-08-29 Thread Stephen Moss
pdb.gimp_by_color_select malfunction. linux debian etch amd64 gimp 2.3.13 (no other updated libs required) I have a python routine that uses: pdb.gimp_by_color_select Everything works fine for smaller files but the subroutine does not work correctly (does a select all, instead of the reque

[Gimp-user] pdb.gimp_by_color_select malfunction .. workaround

2007-08-29 Thread Stephen Moss
Fellow python users, After some more work on the problem I discovered that: - small files opened in the GUI are "select" -> "none" but - larger files are opened "select" -> "all" Workaround: Put a "pdb.gimp_selection_none(image)" before the "pdb.gimp_by_color_select_full(drawable,..

Re: [Gimp-user] pdb.gimp_by_color_select malfunction .. workaround

2007-08-29 Thread David Gowers
On 8/30/07, Stephen Moss <[EMAIL PROTECTED]> wrote: > Fellow python users, > > After some more work on the problem > > I discovered that: > > - small files opened in the GUI are "select" -> "none" but > > - larger files are opened "select" -> "all" I find this extremely difficult to beli