contacts_plat/phonebook_2_image_management_api/inc/TPbk2ImageManagerParams.h
branchRCL_3
changeset 3 04ab22b956c2
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
0:e686773b3f54 3:04ab22b956c2
    40             /// Scale keeping the aspect ratio.
    40             /// Scale keeping the aspect ratio.
    41             EKeepAspectRatio = 0x0002,
    41             EKeepAspectRatio = 0x0002,
    42 
    42 
    43             /// Fast scaling of the image close, but not excactly to desired
    43             /// Fast scaling of the image close, but not excactly to desired
    44             /// size (always keeps aspect ratio).
    44             /// size (always keeps aspect ratio).
    45             EUseFastScaling  = 0x0004
    45             EUseFastScaling  = 0x0004,
       
    46 
       
    47             /// Crop landscape image to square, before thumbnail is scaled.
       
    48             ECropImage       = 0x0008,
       
    49 
       
    50             /// Speed optimized algorithm is used for scaling. @See AknIconUtils::ScaleBitmapL
       
    51             EUseSpeedOptimizedScaling  = 0x0010			
    46             };
    52             };
    47 
    53 
    48     public: // Interface
    54     public: // Interface
    49 
    55 
    50         /**
    56         /**