Hi Ed Thanks for your patches, both as been applied to trunk - rev 2735 and 2736.
/Anders Kvist Edouard Gomez wrote: > # HG changeset patch > # User Edouard Gomez <[email protected]> > # 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 > [email protected] > http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev > _______________________________________________ Rawstudio-dev mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev
