GIMP User Filter allows use of Photoshop filters


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News GIMP User Filter allows use of Photoshop filters
# 1  
Old 09-15-2008
GIMP User Filter allows use of Photoshop filters

09-15-2008 11:00 AM
One brake on the GIMP's popularity is that, while it boasts dozens of filters, a rival like Photoshop boasts thousands. You may only occasionally need a special effect that imitates a pencil sketch or a famous style of painting such as Impressionism or Cubism, but, when you do, having a filter to create the effect instantly saves serious amount of time. To help bridge this divide, the GIMP is reviving the User Filter from its 1.x releases. This filter is a kind of meta-plugin that allows users to import and manage Photoship filters or, if they have the knowledge, to write their own.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How-To Check & Filter user input

Hi, On my Java webpage which invokes the shell script has two checkboxes viz ... apache and weblogic apache require one parameter i.e apache home from the user while Weblogic requires three or five params from the user vi.z weblogic_home or <jdk_home, config_home & pid>, username and... (4 Replies)
Discussion started by: mohtashims
4 Replies

2. Shell Programming and Scripting

Trying to filter user procs older than n days

Hello; Trying to filter user procs older than n days from todays date. The data I have to work with: UNIX95= ps -ef -o user,pid,ppid,cpu,etime,stime | grep "-" | grep -v ^root |more daemon 2048 1 0 47-01:55:24 Dec 2 dslgrai 4352 4351 0 6-00:13:00 Jan 12 sfmdb 2425 ... (2 Replies)
Discussion started by: delphys
2 Replies

3. UNIX for Dummies Questions & Answers

what is a filter ? WExplain any five filters in unix

what is a filter ? explain any five filters in unix (1 Reply)
Discussion started by: jobym
1 Replies
Login or Register to Ask a Question
Image::ExifTool::Photoshop(3)				User Contributed Perl Documentation			     Image::ExifTool::Photoshop(3)

NAME
Image::ExifTool::Photoshop - Read/write Photoshop IRB meta information SYNOPSIS
This module is loaded automatically by Image::ExifTool when required. DESCRIPTION
Photoshop writes its own format of meta information called a Photoshop IRB resource which is located in the APP13 record of JPEG files. This module contains the definitions to read this information. NOTES
Photoshop IRB blocks may have an associated resource name. These names are usually just an empty string, but if not empty they are displayed in the verbose level 2 (or greater) output. A special "SetResourceName" flag may be set to '1' in the tag information hash to cause the resource name to be appended to the value when extracted. If this is done, the returned value has the form "VALUE/#NAME#/". When writing, the writer routine looks for this syntax (if "SetResourceName" is defined), and and uses the embedded name to set the name of the new resource. This allows the resource names to be preserved when copying Photoshop information via user-defined tags. AUTHOR
Copyright 2003-2010, Phil Harvey (phil at owl.phy.queensu.ca) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. REFERENCES
http://www.fine-view.com/jp/lab/doc/ps6ffspecsv2.pdf <http://www.fine-view.com/jp/lab/doc/ps6ffspecsv2.pdf> <http://www.ozhiker.com/electronics/pjmt/jpeg_info/irb_jpeg_qual.html> <http://www.fileformat.info/format/psd/egff.htm> <http://libpsd.graphest.com/files/Photoshop%20File%20Formats.pdf> SEE ALSO
"Photoshop Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm), Image::MetaData::JPEG(3pm) perl v5.12.1 2010-02-17 Image::ExifTool::Photoshop(3)