diff -r 64c0dc8340dc -r 2e7438a1bd49 FileApplicationNoteBook.st --- a/FileApplicationNoteBook.st Mon Aug 28 03:35:50 2017 +0200 +++ b/FileApplicationNoteBook.st Mon Aug 28 19:31:08 2017 +0200 @@ -4226,13 +4226,16 @@ ] ifFalse:[ fn := fn asFilename baseName. ]. - msg := '%1 %2x%3 depth:%4' + msg := '%1 %2x%3 depth:%4 (%5)' bindWith:fn allBold with:image width with:image height - with:image depth. + with:image depth + with:image photometric. ]. self notify:msg. + + "Modified: / 28-08-2017 / 16:12:31 / cg" ! ! !FileApplicationNoteBook::ImageViewApplication methodsFor:'actions'!