View Single Post
Quote:
Originally Posted by Toadling View Post
I think OmniFocus displays the image if it's under a certain size, otherwise it shows the file's icon. I'm not sure what rules it uses to decide whether an icon or the full image should be displayed.
Any image greater than 512 pixels in width or height will be represented by a file icon. This is configurable via the hidden OSImageAttachmentMaximumSize default. For example, if you'd like to change this limit to 1000 pixels, you would enter this in a Terminal window:

Code:
defaults write com.omnigroup.OmniFocus OSImageAttachmentMaximumSize -int 1000
After doing this, quit and relaunch OmniFocus to see larger images inline.

(I knew we'd posted this information somewhere at some point, but it took me a while before I found it buried in the release notes archive…)

Last edited by Ken Case; 2009-05-22 at 02:14 PM..