|
carol.gimp.orggimp2:licensePython:GIMP Image Publishing Plug-in |
|
Available at present only to gnu/linux, TheGIMP Image Publishing Plug-in will find all sorts of information for you about your image, help you choose a license from several at the Creative Commons Organization or to apply a license of your own making. Perhaps not even to be considered beta edition, at this point; this plug-in puts all of the information it can determine about your image into a text file called image_name.gipp and embed the gathered information into your images for future reference. The plan for this plug-ins immediate future is to enable it to grab exif information (and maybe check that against the image) if it exists, to produce xml files instead of this demonstration format and to create a dtd for the gipp files. Also, a help button should be added, as well as the ability to import XMP information and convert it to a format (GIPP) more available to more operating systems. Beyond this, I would like to add scanned image information, frame stacks and sound file information to the gipp file. The script can be downloaded and installed fairly easily if you have gimp-python working on your computer. It might need gimp-2.2 for some new parasite handling things .... |
What the plug-in wants
|
The gipp fileI ran the logo for the success web page through my plug-in and this is the gipp file we created: gimp_comment = Made with TheGIMP gimp_version = 2.3.0 gipp_comment = Touched by GIPP as well.... gipp_version = 2 background_color = (255, 255, 255) foreground_color = (0, 0, 0) image_name = GIPP_Logo image_source = /home/carol/images/gipp-logo.xcf image_source_width = 377 image_source_height = 233 image_source_unit = inches license_url = http://creativecommons.org/licenses/by/2.0/ license_name = Attribution license_text = This work is licensed under the Creative Commons Attribution License. To view a copy of this license, visit http://creativecommons.org/licenses/by/2.0/ license_date = 2005 name = Carol Spears image_extension = xcf monitor_related_width = 377 monitor_related_height = 233 monitor_related_unit = inches monitor_resolution_x = 100 monitor_resolution_y = 100 monitor_resolution_unit = inches colorspace = undefined |
|
|
|