equal
deleted
inserted
replaced
1015 } |
1015 } |
1016 // in case the snapshot is missing, the newly created empty bitmap indicates |
1016 // in case the snapshot is missing, the newly created empty bitmap indicates |
1017 // the thumbnail is created using the imagefile |
1017 // the thumbnail is created using the imagefile |
1018 if ( !err ) |
1018 if ( !err ) |
1019 { |
1019 { |
1020 snapshot->SetDisplayMode( EColor64K ); |
|
1021 TRAP( err, iSnapArray.AppendL( snapshot ) ); |
1020 TRAP( err, iSnapArray.AppendL( snapshot ) ); |
1022 if ( !err ) |
1021 if ( !err ) |
1023 { |
1022 { |
1024 //append filename (includes full path) |
1023 //append filename (includes full path) |
1025 PRINT1( _L("Camera <> CCamImageSaveActive::CreateThumbnails append file:%S"), &aArray.FileName( i ) ); |
1024 PRINT1( _L("Camera <> CCamImageSaveActive::CreateThumbnails append file:%S"), &aArray.FileName( i ) ); |