|fatal | void cinder::app::AppBase::executeLaunch()[197] Uncaught exception, type: cinder::ImageIoExceptionUnknownExtension, what: Could not create target for image with extension: jpeg
terminate called after throwing an instance of 'cinder::ImageIoExceptionUnknownExtension'
what(): Could not create target for image with extension: jpeg
Aborted
I think it is not supported at the moment. I might be wrong, but ImageIo in linux is handled by stb, and only png, bmp, tga, and hdr image targets are registered:
Out of curiosity, wouldn’t a pull request make more sense?
To my mind, this is where cinderblocks shine - you can work on additions outside of the core codebase, test them, improve them, etc. Once it is proven to be a useful tool, then getting it into core is a simple process.
Nice! AFAIK jpeg doesn’t support an alpha channel, and not supporting B/W seems of less concern to me, so you’ve hit the big use case. Thanks for wrapping this up.
Now if you add a cinderblock.xml and a snazzy icon, it’ll pop up on aggregate lists like this one.