[Gimp-developer] Fractal image scaling

2011-04-03 Thread Александр Белобородов
Hi!

I don't have any description of Fractal scaling algorithm. Technique
described at previous message is based only upon my ideas and knowledges
from research articles and books (Yuval Fisher - Fractal Image
Compression, Stephen Welstead - Fractal and Wavelet Image Compression
Techniques). The algorithm used in Genuine Fractals program (by OnOne
Software Inc.) is patented and unknown to me.

About comparing and capabilities.
There are a lot of comparisons of different image scaling algorithms in the
web. For example:
http://audio.rightmark.org/lukin/graphics/lhouse_more.htm
It has a big advantage comparing with bilinear and bicubic algorithms.
The algorithm can scale up and down, user simply should specify new
resolution.

Regards, Alexander Beloborodov.
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] New schedule for GIMP 2.8

2011-04-03 Thread Martin Nordholts
Hi all,

I have created a schedule for GIMP 2.8 and put it here:
http://tasktaste.com/projects/Enselic/gimp-2-8

Please review the list of tasks and let me know if there are other 
things than those listed there that you know we need to do before we can 
release 2.8. In that case I will add those tasks to the schedule.

Ideally, all commits pushed to git master should be related to one of 
the tasks listed there. Being able to make a reasonable estimate for 
when we can make a GIMP 2.8 release is good for many reasons; one of 
them is that we need to know when we should enter a string freeze.

If no tasks are added and if my estimates are correct, we will release 
GIMP 2.8 on 2011-10-20.

As we all know however, making estimates is hard and 2011-10-20 will not 
be our release date, but it is the best estimate we have right now. The 
nice thing with having our schedule on tasktaste.com is that anyone 
interested in when GIMP 2.8 will be released just needs to visit that 
web page linked to above to get an overview of how GIMP 2.8 development 
is progressing and get an updated estimate for when we can make a GIMP 
2.8 release.

As a side note, I have developed tasktaste.com from scratch during the 
last few months and the source code is available under the Apache 
Licence 2.0: https://github.com/Enselic/task-taste

  / Martin


-- 

My GIMP Blog:
http://www.chromecode.com/
Why GIMP 2.8 is not released yet
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] gegl build fails

2011-04-03 Thread Michael J. Hammel
On Fri, 2011-04-01 at 23:35 +0200, Jon Nordby wrote:
 No, the introspection toolchain is separate. Typically packaged as
 gobject-introspection or similar.
 Anyhow, does it work for you now? I pushed a fix.

I was able to do a proper rebuild today (git pull and build) and gegl
built fine.

Thanks!

-- 
Michael J. Hammel mjham...@graphics-muse.org

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] New schedule for GIMP 2.8

2011-04-03 Thread Eric Grivel
I added a proposed patch to fix Bug 596410 to the bug report a while 
ago. Do I need to look at that again?

Eric

On 04/03/2011 03:49 PM, Martin Nordholts wrote:
 Hi all,

 I have created a schedule for GIMP 2.8 and put it here:
 http://tasktaste.com/projects/Enselic/gimp-2-8

 Please review the list of tasks and let me know if there are other
 things than those listed there that you know we need to do before we can
 release 2.8. In that case I will add those tasks to the schedule.

 Ideally, all commits pushed to git master should be related to one of
 the tasks listed there. Being able to make a reasonable estimate for
 when we can make a GIMP 2.8 release is good for many reasons; one of
 them is that we need to know when we should enter a string freeze.

 If no tasks are added and if my estimates are correct, we will release
 GIMP 2.8 on 2011-10-20.

 As we all know however, making estimates is hard and 2011-10-20 will not
 be our release date, but it is the best estimate we have right now. The
 nice thing with having our schedule on tasktaste.com is that anyone
 interested in when GIMP 2.8 will be released just needs to visit that
 web page linked to above to get an overview of how GIMP 2.8 development
 is progressing and get an updated estimate for when we can make a GIMP
 2.8 release.

 As a side note, I have developed tasktaste.com from scratch during the
 last few months and the source code is available under the Apache
 Licence 2.0: https://github.com/Enselic/task-taste

/ Martin


___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] New schedule for GIMP 2.8

2011-04-03 Thread Łukasz Czerwiński
I'd like to suggest time profiling as another task to be done before the
release. Once I started to optimize Gimp's startup time (especially scheme
interpreter) and I'd like to return to that task in the near future (when I
find at last some time for it :) ). What do you think about it?

Łukasz


On Sun, Apr 3, 2011 at 21:49, Martin Nordholts ense...@gmail.com wrote:

 Hi all,

 I have created a schedule for GIMP 2.8 and put it here:
 http://tasktaste.com/projects/Enselic/gimp-2-8

 Please review the list of tasks and let me know if there are other
 things than those listed there that you know we need to do before we can
 release 2.8. In that case I will add those tasks to the schedule.

 Ideally, all commits pushed to git master should be related to one of
 the tasks listed there. Being able to make a reasonable estimate for
 when we can make a GIMP 2.8 release is good for many reasons; one of
 them is that we need to know when we should enter a string freeze.

 If no tasks are added and if my estimates are correct, we will release
 GIMP 2.8 on 2011-10-20.

 As we all know however, making estimates is hard and 2011-10-20 will not
 be our release date, but it is the best estimate we have right now. The
 nice thing with having our schedule on tasktaste.com is that anyone
 interested in when GIMP 2.8 will be released just needs to visit that
 web page linked to above to get an overview of how GIMP 2.8 development
 is progressing and get an updated estimate for when we can make a GIMP
 2.8 release.

 As a side note, I have developed tasktaste.com from scratch during the
 last few months and the source code is available under the Apache
 Licence 2.0: https://github.com/Enselic/task-taste

  / Martin


 --

 My GIMP Blog:
 http://www.chromecode.com/
 Why GIMP 2.8 is not released yet
 ___
 Gimp-developer mailing list
 Gimp-developer@lists.XCF.Berkeley.EDU
 https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] New schedule for GIMP 2.8

2011-04-03 Thread Gilles Rochefort

I added a patch to fix bug 612931 a while ago. So, it allows me to move
individual layer in a layer
group.

Gilles





 Hi all,

 I have created a schedule for GIMP 2.8 and put it here:
 http://tasktaste.com/projects/Enselic/gimp-2-8

 Please review the list of tasks and let me know if there are other 
 things than those listed there that you know we need to do before we can 
 release 2.8. In that case I will add those tasks to the schedule.

 Ideally, all commits pushed to git master should be related to one of 
 the tasks listed there. Being able to make a reasonable estimate for 
 when we can make a GIMP 2.8 release is good for many reasons; one of 
 them is that we need to know when we should enter a string freeze.

 If no tasks are added and if my estimates are correct, we will release 
 GIMP 2.8 on 2011-10-20.

 As we all know however, making estimates is hard and 2011-10-20 will not 
 be our release date, but it is the best estimate we have right now. The 
 nice thing with having our schedule on tasktaste.com is that anyone 
 interested in when GIMP 2.8 will be released just needs to visit that 
 web page linked to above to get an overview of how GIMP 2.8 development 
 is progressing and get an updated estimate for when we can make a GIMP 
 2.8 release.

 As a side note, I have developed tasktaste.com from scratch during the 
 last few months and the source code is available under the Apache 
 Licence 2.0: https://github.com/Enselic/task-taste

   / Martin



___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] New schedule for GIMP 2.8

2011-04-03 Thread Martin Nordholts
On 04/03/2011 10:31 PM, Eric Grivel wrote:
 I added a proposed patch to fix Bug 596410 to the bug report a while
 ago. Do I need to look at that again?

Nope, I just haven't had time to look at the patch yet

Regards,
Martin


-- 

My GIMP Blog:
http://www.chromecode.com/
Why GIMP 2.8 is not released yet
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer