Stone Design Stone Design
News Download Buy Software About Stone
software
iMaginator icon
Introduction
Overview
Documents
Images
Effects
Document Window
QuickTime Movies
Reference:
Tips!
Menus
Toolbar
Preferences
Other Technologies
Expert
Effects Catalog

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
PreviousTopNext
©1997-2005 Stone Design top