Got it
Ubuntu 7.10-The Gutsy Gibbon
install imagemagick
sudo apt-get install imagemagick
sudo apt-get install nautilus-actions
or
add/remove
(Note: make sure dropbox Show All available applications)
find Nautilus Action Configuration check click apply
------------------------------------------------------
after install goto System->Preferences->Nautilus Action Configuration
Click Add
-------------------------------
ON Menu Item & Action Tab
Label: Image Resizer (Thats what I named mine)
Tooltip: This resizes Image (My tooltip message)
Icon: (if you need one I might make one later)
Path:/usr/bin/convert
Parameters:%M -resize 50%% %d/resize%f
(Note: %M is for full path and file. -resize is a convert option, 50%% 50% is half size the extra % is for adding a % to the command, %d is for the path, / is needed, resize%f is to name the resized file resize+old=filename)
---------------------------------------------
ON Conditions Tab
filenames: *jpg;*.JPG;*.jpeg;*.JPEG
(I added these the convert does more so its flexable if needed )
Mimetypes: image/*
---------------------------------
Theres other stuff for multiple files but haven't expermented with it so check it out.
Thank You wawosz, acid_kewpie for starting this post and giving me knowledge of convert
Thank You
http://www.techthrob.com/tech/actionconfig.php
for the knowledge of Nautilus Actions