diff options
author | FreeArtMan <dos21h@gmail.com> | 2021-05-27 21:10:45 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2021-05-27 21:10:45 +0100 |
commit | efa24b220d9633d5d7bfef632b33df180dcb0e74 (patch) | |
tree | ac8502acf0116fbbb42a09c6956be70b9a3fc49f /md/writeup/gimp_plugin.md | |
parent | e63ed8a651e5246f8698a9c1c3e540029710d0e9 (diff) | |
download | md-content-efa24b220d9633d5d7bfef632b33df180dcb0e74.tar.gz md-content-efa24b220d9633d5d7bfef632b33df180dcb0e74.zip |
Update 10 html to md articles
Diffstat (limited to 'md/writeup/gimp_plugin.md')
-rw-r--r-- | md/writeup/gimp_plugin.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/md/writeup/gimp_plugin.md b/md/writeup/gimp_plugin.md new file mode 100644 index 0000000..b0e0570 --- /dev/null +++ b/md/writeup/gimp_plugin.md @@ -0,0 +1,14 @@ +title:Gimp Plugin +keywords:gimp,python,plugin + +# Gimp Plugin +Friend asked to write this plugin because he has tired to process his +photos with same method many times. Plugin written in Python. +Copy plugin file in gimp plugin directory. Under linux you should make +it executable. Start Gimp and plugin works in +Filters->Automated + + +## Downloads +hdrate.py.zip - +1KiB - http://archive.main.lv/files/writeup/gimp_plugin/hdrate.py.zip
\ No newline at end of file |