rive-app / rive-cpp

C++ runtime for Rive
MIT License
278 stars 42 forks source link

Test runtime support for JPEG #335

Closed mikerreed closed 1 year ago

mikerreed commented 2 years ago

The attached .riv contains a couple JPEG assets. This is the first test of allowing designers to keep their assets in this format.

TODO:

lunch.riv.zip

mikerreed commented 2 years ago

I will test recorder first ...

mikerreed commented 2 years ago

Adding libjpeg to our skia build in rive-cpp https://github.com/rive-app/rive-cpp/pull/336

mikerreed commented 2 years ago

adding jpeg to recorder https://github.com/rive-app/rive-recorder/pull/156

mjtalbot commented 2 years ago

just confirmed recorder works great! doing android now

mjtalbot commented 2 years ago

adding jpeg to android https://github.com/rive-app/rive-android/pull/262