diff -r e686773b3f54 -r 04ab22b956c2 contacts_plat/phonebook_2_image_management_api/inc/TPbk2ImageManagerParams.h --- a/contacts_plat/phonebook_2_image_management_api/inc/TPbk2ImageManagerParams.h Tue Feb 02 10:12:17 2010 +0200 +++ b/contacts_plat/phonebook_2_image_management_api/inc/TPbk2ImageManagerParams.h Fri Feb 19 22:40:27 2010 +0200 @@ -42,7 +42,13 @@ /// Fast scaling of the image close, but not excactly to desired /// size (always keeps aspect ratio). - EUseFastScaling = 0x0004 + EUseFastScaling = 0x0004, + + /// Crop landscape image to square, before thumbnail is scaled. + ECropImage = 0x0008, + + /// Speed optimized algorithm is used for scaling. @See AknIconUtils::ScaleBitmapL + EUseSpeedOptimizedScaling = 0x0010 }; public: // Interface