dreamer

Results 7 comments of dreamer

Have you solved this problem ? Now I am confusing with this.

I use the GM with C++. As you said, finally I put the png on the top of another canvas with needed color. I use the composite function. And this...

In the GM, there exit two functions, backgroundColor(Color) and matteColor(Color), I have tried both, but no help.

But there is no flatten() function in GM's C++ usage.

Aha. This function is what I need. When I do this to a png image, I got a jpg file with white background color: image = FlattenImages(image,&exception); However, it's a...

@SSGGXX Sorry. This project is too old. I can not remember the usages. It should be demo_training_sr.m and demo_sr.m, maybe.

I am a newbie to android NDK. Just editing the last line of Android.mk file to "include $(BUILD_SHARED_LIBRARY)" failed the ndk-build. When make armabi/libjpeg-turbo.so, it gives out undefined reference error,...