高超

Results 13 comments of 高超

I need chinese support too.

same problem here.

Apply effect for each image? Maybe you want a filter?Transition means effect between two images,so I don't really understand what you mean😳

Yeah, this works! There's another way to do this, you can get transition's gl texture, and render it with filter, this could works too! It works like a pipeline, transition's...

Hi, @dumihi maybe this could help: https://github.com/CreateChance/ImageEditor/blob/master/imageeditor/src/main/java/com/createchance/imageeditor/ops/TextOperator.java, it support text render real time, just change params to make magic~

It's native crash, do you build the freetype in jni folder? Try unzip apk to check if so lib exists please.

Yes, you need to render text string to bitmap by freetype or other render engine, opengl texture need this.

你可以参考我的项目,我的项目是一个android项目,有一个功能是在android中使用OpenGL ES在图片中绘制文字,基本流程和本教程差不多,链接:https://github.com/CreateChance/ImageEditor/blob/master/imageeditor/src/main/java/com/createchance/imageeditor/drawers/TextDrawer.java 文字渲染使用FreeType,支持中文。

加载流程是在native使用c语言完成:https://github.com/CreateChance/ImageEditor/blob/master/imageeditor/jni/freetype/src/api.c 希望能帮助到你哦~

Latest version supported chinese input in macos: ![image](https://github.com/TerminalStudio/xterm.dart/assets/9158995/3a89586e-713d-4fe0-8f68-4c0e44783d31)