| |
| | | |
Expert Users |
|
|
Hidden Defaults
There are some features that are not exposed - to access these, you need to either use PreferenceCommander - our easy preference manager - or be able to type commands in a Terminal window.
- if you want a certain brush size by default, for example, 2.5:
defaults write com.stone.iMaginator PaintLineWidth 2.5
- if you want a certain color default, use the "R G B A" format, example:
defaults write com.stone.iMaginator PaintColor ".8 .3 .4 1"
- if you want fast launches on second launch but want to be able to reinstall the app even if you've run it this login session:
defaults write com.stone.iMaginator AllowEasyReinstall YES
- if you want daemon to quit after last app on network has quit (usually only one!) set this hidden default:
defaults write NSGlobalDomain QuitDaemonOnQuittingApp YES
- To add a Make Samples of all effect menu time to Effects menu:
defaults write com.stone.iMaginator Newest Features
- Normally, Image properties (Image -> Image Properties, Details) are written to exported images. To turn this off:
defaults write com.stone.iMaginator
DoNotWriteMetaTagsFromOriginalImageOnExport YES |
|