OS4 DepotLogo by Alessandro Bacchia 
(anonymous IP: 3.142.171.180,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Graphics » Edit » photocrop.lha

Photocrop

Description: Crop and Resize images easilly.
Download: photocrop.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 225kb
Version: 0.2
Date: 02 May 2007
Author: Tyler Montbriand, AmigaOS 4.0 compile by Spot / Up Rough
Submitter: Spot / Up Rough
Email: spot/triad se
Homepage: http://burningsmell.org/photocrop/
Category: graphics/edit
Replaces: graphics/edit/photocrop.lha
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 2739
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 612  (Current version)
709  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
photocrop -- An SDL-based program for efficiently cropping and 
thumbnailing images from digital cameras.  Written by Tyler Montbriand 
in Dec 2005.

I found it inefficient to load each and every image into GIMP, crop it, 
then resize and resave it(TWICE for each image!) so I built a tool to 
automate the process.  It loads, resizes, and crops much faster than The 
GIMP.

It saves JPEGs, and can load any image format supported by SDL_Image.  
It uses libSDL, libSDL_image, and libjpeg.

Here is how you run it:

 photocrop [-X window width] [-Y window height] 
  [-W scaled width] [-H scaled height] 
  [-w thumb width] [-h thumb height] 
  [-o outputdir] 
   image1.jpg [image2.png] [...]

 -X and -Y specify the maximum window width and height, which 
 defaults to 800x600.

 -W and -H specify the maximum output image width and height, 
 which defaults to 800x600.

 -w and -h specify the maximum thumbnail width and height, which 
 defaults to 150x112.

 -o specifies where the resized and thumbnailed images go, the 
 resized ones named [original-filename]n.jpg and the thumbnails 
 named [original-filename]-thumb.jpg respectively.

When you run it, a window will pop open displaying an image and a crop 
box.  The left mouse button positions the top left corner of the crop 
box, and the right mouse button positions the lower right corner of the 
crop box.  Ctrl-enter saves the selected area as resized image and 
thumbnail, pageup/pagedown keys navigate images, and arrow keys are used 
for fine-tuning the crop box.  Here are the keyboard shortcuts in 
detail:
 Keypad + Zero in on selected area
 Keypad - Zoom out to previous selected area
 Keypad * Select whole visible area
 Page Down Switch to next image
 Page Up  Switch to previous image
 Home  Select first image
 End  Select last image
 Left  Move the left border of crop-box left
 Right  Move the left border of crop-box right
 Up  Move the top border of crop-box up
 Down  Move the top border of crop-box down
 Ctrl-right Make the crop-box a little wider
 Ctrl-left Make the crop-box a little narrower
 Ctrl-up  Move the bottom border of crop-box up
 Ctrl-down Move the bottom border of crop-box down 
 Ctrl-Enter Save cropped section and thumbnail, show next





Copyright © 2004-2024 by Björn Hagström All Rights Reserved