[Rawstudio-dev] [PATCH] core: respect queue export maximum dimensions
Anders Kvist
anders at kvistmail.dk
Mon Nov 9 01:07:03 CET 2009
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 <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
>
More information about the Rawstudio-dev
mailing list