Skip to content

tekkies/GimpPlugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GimpPlugins v1.1

Tested on Gimp 2.10.

Menu

Install

Place python files in gimp plug-ins folder (e.g. %appdata%\GIMP\2.10\plug-ins or%userprofile%\.gimp-2.8\plug-ins) and restart Gimp.

Note: No need to restart Gimp if code changed unless you change the registration.

Plugins

cut_selection_to_jpg.py

Ideal for use when scanning multiple photographs and splitting them while tracking which ones you have done.

  1. Select part of an image
  2. Menu > Select > Cut selection to jpg
    screenshot
  3. A new jpg file is created on disk based on the original file name and the time the export occurred
    Files on disk

export_selection_to_jpg.py

Ideal for use when scanning multiple photographs and splitting them.

  1. Select part of an image
  2. Menu > Select > Export selection to jpg
    screenshot
  3. A new jpg file is created on disk based on the original file name and the time the export occurred
    Files on disk

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages