Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

phatch(1) [debian man page]

PHATCH(1)						      General Commands Manual							 PHATCH(1)

NAME
Phatch - Photo Batch Processor DESCRIPTION
Phatch is a simple photo batch processor. It handles all popular image formats and can duplicate (sub)folder hierarchies. It can also batch resize, rotate, rename, ... and more in minutes instead of hours or days if you do it manually. SYNOPSIS
Phatch [actionlist] Phatch [options] [actionlist] [image folders/files/urls] Phatch --inspect [image files/urls] Phatch --droplet [actionlist/recent] [image files/urls] OPTIONS
--version Show program's version number and exit. -h, --help Show the command line options which are accepted by Phatch -c, --console Run Phatch as console program without a gui -d, --droplet Run Phatch as a gui droplet --desktop Save always on desktop -f, --force Ignore errors --fonts Initialize fonts (only for installation scripts) -i, --interactive Interactive -k, --keep Keep existing images (don't overwrite) -l LOCALE Specify locale language (for example en or en_GB) -n, --inspect Inspect metadata (requires exif & iptc plugin) --no-save No save action required at the end -r, --recursive Include all subfolders -t, --trust Do not check images first --unsafe Allow Geek action and unsafe expressions -v, --verbose Verbose EXAMPLES
phatch action_list.phatch phatch --verbose --recursive action_list.py image_file.png image_folder phatch --inspect image_file.jpg phatch --droplet recent phatch -l el AUTHOR
Stani (spe.stani.be (at) gmail.com) User Commands February 2009 PHATCH(1)

Check Out this Related Man Page

MM3D(1) 						      General Commands Manual							   MM3D(1)

NAME
mm3d - Misfit Model 3D SYNOPSIS
mm3d [options] files... DESCRIPTION
This manual page documents briefly the mm3d command. mm3d is an OpenGL-based 3D model editor that works with triangle-based models. It supports multi-level undo, skeletal animations, simple texturing, scripting, command-line batch processing, and a plugin system for adding new model and image filters. Complete online help is included. It is designed to be easy to use and easy to extend with plugins and scripts. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. -h, --help Print command line help and exit -v, --version Print version information and exit -b, --batch Batch mode (exit after processing command line) -s, --save Save command line changes to model files --convert [format] Save models to format [format] --no-plugins Disable all plugins --no-plugin [foo] Disable plugin [foo] --sysinfo Display system information (for bug reports) --debug Display debug messages in console --warnings Display warning messages in console --errors Display error messages in console --no-debug Do not display debug messages in console --no-warnings Do not display warning messages in console --no-errors Do not display error messages in console SEE ALSO
blender(1), wings3d(1). AUTHOR
mm3d was written by Kevin Worcester. This manual page was written by Gurkan Sengun <gurkan@linuks.mine.nu>, for the Debian project (but may be used by others). May 31, 2007 MM3D(1)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Selecting information from several web pages...

Hi All! Is this possible? I know of several hundreds of urls linking to similar looking hp-ux man pages, like these. In these urls only the last words separated by / are changing in numbering, so we can generate these... http://docs.hp.com/hpux/onlinedocs/B3921-90010/00/00/31-con.html... (2 Replies)
Discussion started by: Vishnu
2 Replies

2. UNIX for Dummies Questions & Answers

C shell

I have Solaris 8 (intel ver) for my home pc. I have a few simple questions: 1) I turn on the pc to the gui desktop, is there a way to get to a complete "command prompt" screen??? 2) I have the "#" command line prompt on my console screen where you enter commands. What shell is this?? and how... (4 Replies)
Discussion started by: eloquent99
4 Replies

3. Shell Programming and Scripting

Very Urgent guys!!!

insert_FileConfig="INSERT INTO FILECONFIG ( FILE_TYPE, FILE_DESC, FILE_SCHDL_TYPE, FILE_SCHDL, FILE_SCHDL_TIME, RESULTS ) \ VALUES action_list " i have to replace "action_list" with the contents of a variable but when i am using echo $insert_FileConfig | sed... (6 Replies)
Discussion started by: navojit dutta
6 Replies

4. UNIX Desktop Questions & Answers

Iptc utility syntax question

I just found and installed David Moore's libiptcdata with its iptc command-line utility. It's about the latter that my question is based. The usage syntax is : iptc ... where -m requires an IPTC field name, and -v is the value to assign or modify in that field. This value is a string bounded... (2 Replies)
Discussion started by: SilversleevesX
2 Replies

5. Shell Programming and Scripting

checking the request for urls - perl

hi everybody . i'm trying to extract a bunch of urls from an http request but when i do that i get nothing . here it's my code use LWP::UserAgent; $url = "$ARGV"; $ua = LWP::UserAgent->new; $req = HTTP::Request->new(GET=>$url); $res = $ua->request($req); if... (0 Replies)
Discussion started by: KiD0
0 Replies

6. UNIX for Advanced & Expert Users

Parsing a file which contains urls from different sites

Hi I have a file which have millions of urls from different sites. Count of lines are 4000000. http://www.chipchick.com/2009/09/usb_hand_grenade.html http://www.engadget.com/page/5 http://www.mp3raid.com/search/download-mp3/20173/michael_jackson_fall_again_instrumental.html... (2 Replies)
Discussion started by: solitare123
2 Replies

7. Shell Programming and Scripting

How to remove urls from html files

Does anybody know how to remove all urls from html files? all urls are links with anchor texts in the form of <a href="http://www.anydomain.com">ANCHOR</a> they may start with www or not. Goal is to delete all urls and keep the ANCHOR text and if possible to change tags around anchor to... (2 Replies)
Discussion started by: georgi58
2 Replies

8. Shell Programming and Scripting

"Command not found" doing a while loop in bash/shell

i=0 numberofproducts=${#urls} #gets number of entries in array called "urls" numberofproductsminusone=`expr $numberofproducts - 1` #-subtract by one while do wget ${urls} i=$(( $i + 1 )) sleep 10 done I'm getting an error ./scrape: line 22: [0: command not found that... (3 Replies)
Discussion started by: phpchick
3 Replies

9. Shell Programming and Scripting

Convert a lot of files in subdirectories automatically

Hi, I have a huge structure of directories and subdirectories contsining some data. The lowest folders contain a file "image.png" which need to be converted to "folder.jpg". But how can I do that for all these files automatically? That's what I alredy have find /path -type f -name... (1 Reply)
Discussion started by: KarlKarpfen
1 Replies