void Java_com_lightbox_android_photoprocessing_PhotoProcessing_nativeApplyCyano(JNIEnv* env, jobject thiz) {
	applyCyano(&bitmap);
}
void Java_editimage_fliter_PhotoProcessing_nativeApplyCyano(JNIEnv *env, jobject thiz) {
	applyCyano(&bitmap);
}