Bodmer / TJpg_Decoder

Jpeg decoder library based on Tiny JPEG Decompressor
Other
227 stars 43 forks source link

Layering JPGs #3

Closed JHershey69 closed 4 years ago

JHershey69 commented 4 years ago

I have tried

TJpgDec.drawFsJpg(0, 0, "/file1.jpg"); TJpgDec.drawFsJpg(194, 89, "/file2.jpg");

Hoping to overlay a smaller image. Can this be done?

Thanks.

Bodmer commented 4 years ago

Yes that should work.

JHershey69 commented 4 years ago

okay. I tried it again in a separate sketch and it does work. So I must have some conflict in the original sketch. I have no plans for tomorrow so I can stay up all night and find it. Always something. CLosing this now. Thanks.