Lines Matching refs:bestfit
1603 % usally of the same size as the source image, unless 'bestfit' is set to
1606 % If 'bestfit' is enabled, and distortion allows it, the destination image is
1619 % MagickBooleanType bestfit, ExceptionInfo *exception)
1628 % 'bestfit' the destination image with the top left corner offset
1646 % o bestfit: Attempt to 'bestfit' the size of the resulting image.
1663 % calculated 'bestfit' canvas.
1680 MagickBooleanType bestfit,ExceptionInfo *exception)
1734 Determine the size and offset for a 'bestfit' destination.
1738 /* default output image bounds, when no 'bestfit' is requested */
1745 bestfit = MagickTrue; /* always calculate a 'best fit' viewport */
1749 if ( bestfit ) {
1931 /* no calculated bestfit available for these distortions */
1932 bestfit = MagickFalse;
1937 /* Set the output image geometry to calculated 'bestfit'.
1948 } /* end bestfit destination image calculations */
1952 This also overrides its default 'bestfit' setting.
1975 if ( bestfit || viewport_given ) {
2707 if ( bestfit && method != ArcDistortion ) {
2757 /* Arc does not return an offset unless 'bestfit' is in effect
2760 if ( method == ArcDistortion && !bestfit && !viewport_given ) {