[Geeqie-devel] Display slow for D300 RAWs at 100% scale

2013-01-31 Thread Omari Stephens
Howdy, y'all

Some recent (aka past couple of months) change caused geeqie to slow 
down when only when displaying images from my D300 NEFs at 100% scale. 
If I zoom in or zoom out from 100%, it displays at normal speed.  At 
100%, it's slow as molasses.  I'll try to poke at it, but is anyone else 
seeing this kind of behavior?

--xsdg

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Display slow for D300 RAWs at 100% scale

2013-01-31 Thread Omari Stephens
Looks like the regression happened when Vladimir switched to Cairo drawing:

$git show --name-only
commit b4c4a924121c3aa6b2f1eb7570dd3f419d2f4d83
Author: Vladimir Nadvornik nadvor...@suse.cz
Date:   Thu Aug 2 00:15:16 2012 +0200

 use cairo for drawing

 cairo is the only supported drawing method in gtk3

I am using Debian with libgtk2.0-0 version 2.24.10-2

--xsdg

On 01/31/2013 06:10 PM, Omari Stephens wrote:
 Howdy, y'all

 Some recent (aka past couple of months) change caused geeqie to slow
 down when only when displaying images from my D300 NEFs at 100% scale.
 If I zoom in or zoom out from 100%, it displays at normal speed.  At
 100%, it's slow as molasses.  I'll try to poke at it, but is anyone else
 seeing this kind of behavior?

 --xsdg

 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_jan
 ___
 Geeqie-devel mailing list
 Geeqie-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geeqie-devel



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Display slow for D300 RAWs at 100% scale

2013-01-31 Thread Omari Stephens
This image is a 100% repro case for me:
http://ocaml.xvm.mit.edu/~xsdg/stuff/geeqie/testcases/300_1708.embedded.jpg

If I view the image with any non-unity scaling factor, it renders fine. 
  At 100% (aka unity), rendering is really, really slow.

http://ocaml.xvm.mit.edu/~xsdg/stuff/geeqie/testcases/300_1708.embedded.jpg

--xsdg

On 01/31/2013 07:33 PM, Omari Stephens wrote:
 Looks like the regression happened when Vladimir switched to Cairo drawing:

 $git show --name-only
 commit b4c4a924121c3aa6b2f1eb7570dd3f419d2f4d83
 Author: Vladimir Nadvornik nadvor...@suse.cz
 Date:   Thu Aug 2 00:15:16 2012 +0200

   use cairo for drawing

   cairo is the only supported drawing method in gtk3

 I am using Debian with libgtk2.0-0 version 2.24.10-2

 --xsdg

 On 01/31/2013 06:10 PM, Omari Stephens wrote:
 Howdy, y'all

 Some recent (aka past couple of months) change caused geeqie to slow
 down when only when displaying images from my D300 NEFs at 100% scale.
 If I zoom in or zoom out from 100%, it displays at normal speed.  At
 100%, it's slow as molasses.  I'll try to poke at it, but is anyone else
 seeing this kind of behavior?

 --xsdg

 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_jan
 ___
 Geeqie-devel mailing list
 Geeqie-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geeqie-devel



 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_jan
 ___
 Geeqie-devel mailing list
 Geeqie-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geeqie-devel



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Display slow for D300 RAWs at 100% scale

2013-01-31 Thread Omari Stephens
Okay, it looks like the rendering speed correlates with the total size 
of the image, which is really bad.  If I crop out a small section, it 
works fine at unity gain.  If I embed that cropped section in a 
6000x9000 area of white, it goes even slower than that image alone.  If 
I zoom in or out at all, it runs at expected rendering speed.

--xsdg

On 01/31/2013 07:42 PM, Omari Stephens wrote:
 This image is a 100% repro case for me:
 http://ocaml.xvm.mit.edu/~xsdg/stuff/geeqie/testcases/300_1708.embedded.jpg

 If I view the image with any non-unity scaling factor, it renders fine.
At 100% (aka unity), rendering is really, really slow.

 http://ocaml.xvm.mit.edu/~xsdg/stuff/geeqie/testcases/300_1708.embedded.jpg

 --xsdg

 On 01/31/2013 07:33 PM, Omari Stephens wrote:
 Looks like the regression happened when Vladimir switched to Cairo drawing:

 $git show --name-only
 commit b4c4a924121c3aa6b2f1eb7570dd3f419d2f4d83
 Author: Vladimir Nadvornik nadvor...@suse.cz
 Date:   Thu Aug 2 00:15:16 2012 +0200

use cairo for drawing

cairo is the only supported drawing method in gtk3

 I am using Debian with libgtk2.0-0 version 2.24.10-2

 --xsdg

 On 01/31/2013 06:10 PM, Omari Stephens wrote:
 Howdy, y'all

 Some recent (aka past couple of months) change caused geeqie to slow
 down when only when displaying images from my D300 NEFs at 100% scale.
 If I zoom in or zoom out from 100%, it displays at normal speed.  At
 100%, it's slow as molasses.  I'll try to poke at it, but is anyone else
 seeing this kind of behavior?

 --xsdg

 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_jan
 ___
 Geeqie-devel mailing list
 Geeqie-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geeqie-devel



 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_jan
 ___
 Geeqie-devel mailing list
 Geeqie-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geeqie-devel



 --
 Everyone hates slow websites. So do we.
 Make your web apps faster with AppDynamics
 Download AppDynamics Lite for free today:
 http://p.sf.net/sfu/appdyn_d2d_jan
 ___
 Geeqie-devel mailing list
 Geeqie-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geeqie-devel



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel