| | |
| | | |
Hidden Defaults (page 2) |
|
|
Currently, PhotoToWeb assumes that if an image is small, you want to output it at full size, even if a scale value has been set. To change what PhotoToWeb uses to determine what small is, use:
defaults write com.stone.PhotoToWeb OutputFullSizeIfUnder 10
where you replace 10 with whatever you want your minimum size to be.
To not automatically launch the browser after you generate the HTML for an album, use:
defaults write com.stone.PhotoToWeb kyle YES
To set language in web page output, by default, it's EN (English)
Example for Spanish:
defaults write com.stone.PhotoToWeb WebLanguage SP |
|
|