by mbm (Posted Fri Mar 11, 2016 6:04 pm)
Thank you for the reply but I'm confused by the instructions. nConvert is a single binary not an app bundle, so I'm not sure what a "subfolder of NConvert" means. I tried putting a folder named Plugins with webp.dylib in the same directory as nConvert. I still receive the same error.
Here is the test setup:
Could you be more specific, preferably with the full expected library path (e.g. /usr/local/lib) and fallback path(s)?
Read Main Topic
Thank you for the reply but I'm confused by the instructions. nConvert is a single binary not an app bundle, so I'm not sure what a "subfolder of NConvert" means. I tried putting a folder named Plugins with webp.dylib in the same directory as nConvert. I still receive the same error.
→ ./nconvert -out jpeg 005-00.webp
** NCONVERT v6.17 (c) 1991-2011 Pierre-E Gougelet (Sep 17 2012/10:53:49) **
Version for MacOS X (All rights reserved)
** This is a freeware software (for non commercial use)
Error: Don't know how to read this picture (005-00.webp)
Here is the test setup:
→ tree
.
├── 005-00.webp
├── 005-01.webp
├── 005-02.webp
├── Plugins
│ ├── Xjp2.dylib
│ └── webp.dylib
└── nconvert
Could you be more specific, preferably with the full expected library path (e.g. /usr/local/lib) and fallback path(s)?
Read Main Topic