[Rawstudio-dev] [PATCH] core: respect queue export maximum dimensions

Anders Brander anders at brander.dk
Mon Nov 9 04:08:19 CET 2009


Hi,

On Mon, 2009-11-09 at 01:07 +0100, Anders Kvist wrote:
> Thanks for your patches, both as been applied to trunk - rev 2735 and 2736.

I have taken the liberty of reverting the revision 2735 commit.

The patch didn't work for all cases. I believe the fix I've committed in
revision 2737 should cover all cases and maintan a 250x250 pixel
"progress" image.

Or did I miss something?

/abrander

> 
> 
> 
> Edouard Gomez wrote:
> > # HG changeset patch
> > # User Edouard Gomez <ed.gomez at free.fr>
> > # Date 1257718739 -3600
> > # Node ID 0a77e38d9b67daf0815a4cdaacd9a7ccd601027e
> > # Parent  e659ec38752bb125920ae5029aacbfc1a566be59
> > core: respect queue export maximum dimensions
> >
> > diff --git a/src/rs-batch.c b/src/rs-batch.c
> > --- a/src/rs-batch.c
> > +++ b/src/rs-batch.c
> > @@ -520,8 +520,8 @@
> >  				"rectangle", photo->crop,
> >  				"settings", photo->settings[setting_id],
> >  				"bounding-box", TRUE,
> > -				"width", 250,
> > -				"height", 250,
> > +				"width", queue->width,
> > +				"height", queue->height,
> >  				NULL);
> >  
> >  			/* Render preview image */
> >
> > _______________________________________________
> > Rawstudio-dev mailing list
> > Rawstudio-dev at rawstudio.org
> > http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev
> >   
> 
> 
> _______________________________________________
> Rawstudio-dev mailing list
> Rawstudio-dev at rawstudio.org
> http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev



More information about the Rawstudio-dev mailing list