Skip to content

Plug-ins GIMP 3.0 #6

@chrisripp

Description

@chrisripp

Hello, thank you for this archive. I'm creating a Python plugin for GIMP 3.0 that allows us to write text using bitmaps. You need to install the "bitmap-font-text.py" plugin in: /usr/lib/x86_64-linux-gnu/gimp/3.0/plug-ins/bitmap-font-text/

Here are the command lines to do this quickly under Linux:
sudo cp bitmap-font-text.py /usr/lib/x86_64-linux-gnu/gimp/3.0/plug-ins/bitmap-font-text/bitmap-font-text.py
sudo chown root:root /usr/lib/x86_64-linux-gnu/gimp/3.0/plug-ins/bitmap-font-text/bitmap-font-text.py
sudo chmod 755 /usr/lib/x86_64-linux-gnu/gimp/3.0/plug-ins/bitmap-font-text/bitmap-font-text.py

Launch Gimp then:
You will find the plugin in Filters->Decoration->Bitmap Font text
When you create text, a transparent layer is automatically created: Bitmap text
Enjoy
If you can put this plugin on your GitHub, that would be great.

Screenshoot:
https://ibb.co/0jJKwBmy
https://ibb.co/XhHZH3f
Plug-ins Link: https://mega.nz/folder/TEgAVCYA#5lx_KM7uYMP7D8ND8M19Nw

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions