Aperture: Imported images from Olympus E-5 do not always maintain custom aspect ratios

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS Aperture: Imported images from Olympus E-5 do not always maintain custom aspect ratios
# 1  
Old 02-17-2011
Aperture: Imported images from Olympus E-5 do not always maintain custom aspect ratios

If you use the Viewfinder on an Olympus E-5 camera to shoot images with a camera-set custom aspect ratio setting (other than the standard 4:3), the custom aspect ratio will not be retained when the images are imported into Aperture.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
PLVPAS(3plplot) 						    PLplot API							   PLVPAS(3plplot)

NAME
plvpas - Specify viewport using coordinates and aspect ratio SYNOPSIS
plvpas(xmin, xmax, ymin, ymax, aspect) DESCRIPTION
Device-independent routine for setting up the viewport. The viewport is chosen to be the largest with the given aspect ratio that fits within the specified region (in terms of normalized subpage coordinates). This routine is functionally equivalent to plvpor(3plplot) when a ``natural'' aspect ratio (0.0) is chosen. Unlike plvasp(3plplot), this routine reserves no extra space at the edges for labels. Redacted form: plvpas(xmin, xmax, ymin, ymax, aspect) This function is used in example 9. ARGUMENTS
xmin (PLFLT, input) The normalized subpage coordinate of the left-hand edge of the viewport. xmax (PLFLT, input) The normalized subpage coordinate of the right-hand edge of the viewport. ymin (PLFLT, input) The normalized subpage coordinate of the bottom edge of the viewport. ymax (PLFLT, input) The normalized subpage coordinate of the top edge of the viewport. aspect (PLFLT, input) Ratio of length of y axis to length of x axis. AUTHORS
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLVPAS(3plplot)