I have a fresh install of OS X 10.10 (Yosemite) with a fresh install of Inkscape 0.91 r13725 (Jan 28 2015) and it's essentially unusable from the cmdline because it looks for all relative paths starting from the 'bin' (almost always /Applications/Inkscape.app/Contents/Resources/bin/) directory instead of the current working directory.
I have a fresh install of OS X 10.10 (Yosemite) with a fresh install of Inkscape 0.91 r13725 (Jan 28 2015) and it's essentially unusable from the cmdline because it looks for all relative paths starting from the 'bin' (almost always /Applications/ Inkscape. app/Contents/ Resources/ bin/) directory instead of the current working directory.
For example, running:
>pwd
/Users/Me/Documents
>/Applications/ Inkscape. app/Contents/ Resources/ bin/inkscape --file=source.svg --export- png=dest. png -1024 -h 1024
looks for:
Applications/ Inkscape. app/Contents/ Resources/ bin/source. svg
instead of:
/Users/ Me/Documents/ source. svg
and tries to save the PNG to:
/Applications/ Inkscape. app/Contents/ Resources/ bin/dest. png
instead of:
/Users/ Me/Documents/ dest.png