Arachne Image Resizer 1.1.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Arachne Image Resizer 1.1.1 (Default branch)
# 1  
Old 02-04-2009
Arachne Image Resizer 1.1.1 (Default branch)

Image Arachne is program that implements Avidan and Shamir's seam carving technique for content-aware image resizing. It allows realtime, fluid image resizing using this fascinating technique. Seam carving works by removing the "boring bits" from an image, so it can change the aspect ratio of many images without changing the shape of the objects inside. License: GNU General Public License v2 Changes:
Support for large images has been improved. Now images measuring up to 4096x4096 pixels can be processed. Images larger than the screen are now automatically scaled down for display. Several minor bugs have also been fixed. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
atari-hd-image(1)						 Hatari utilities						 atari-hd-image(1)

NAME
atari-hd-image - tool for creating a harddisk image for use with Hatari SYNOPSIS
atari-hd-image size [filename] [partition name] [directory] DESCRIPTION
Create an ACSI/IDE harddisk image for Hatari with a single Atari compatible DOS partition (using sfdisk, mkdosfs and dd). OPTIONS
size Harddisk image size in megabytes, 8-256 filename Name for the harddisk image (default: hd.img) partition name Name for the single partition (default: DOS) directory directory for initial content copied to the image EXAMPLES
16MB 'hd.img' HD image: atari-hd-image 16 8MB image with partition named 'TEST', and files from content/: atari-hd-image 8 8mb-disk.img TEST content/ SEE ALSO
hmsa(1), zip2st(1), hatari(1), mkdosfs(1), sfdisk(1), dd(1) AUTHOR
Written by Eero Tamminen <oak at helsinkinet fi>. This manual page was written by Teemu Hukkanen <tjhukkan@iki.fi> for the Debian project and later modified by Eero Tamminen to suit the latest version of Hatari. LICENSE
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. NO WARRANTY
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Hatari 2010-11-21 atari-hd-image(1)