Sponsored Content
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News LightZone 3.3 beta offers pro photo manipulation for Linux Post 302158503 by Linux Bot on Tuesday 15th of January 2008 02:40:08 PM
Old 01-15-2008
LightZone 3.3 beta offers pro photo manipulation for Linux

Tue, 15 Jan 2008 19:00:00 GMT
We reviewed the RAW photo editor LightZone almost a year ago, when the Linux version of the product was a closed source -- but free -- download. After months of updates only for the Mac OS X and Windows versions of the application, Light Crafts has released a new beta for Linux. It is a substantial improvement -- but it also marks the end of the road for the free edition.


Source...
 

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Pro's and cons for Linux

Hi there thanks for checking in The I T manager over here wants us to convert 1 branch in our company from Win98 to Linux I would just like to know the types of problems that we will have once this is done. I would also like to know the following. Does Linux come with a Office package... (3 Replies)
Discussion started by: nemex
3 Replies

2. Shell Programming and Scripting

Files manipulation in Linux

Hello , I started learning shell scripting recently and I was able to use grep and awk command to get a columns or rows with a certain format out of one file and put them in a new one using : grep -e "N -t 99.998" xxx.txt > temp1.txt and awk < temp1.txt '{print $5," ",$ 7} '> temp32.txt... (3 Replies)
Discussion started by: lolypop
3 Replies

3. Shell Programming and Scripting

FTP Photo using Linux script

Please provide sample linux shell script to retrieve a photo from a Panasonic Security camera using a http command and then transfer to ftp server. I am using Linux O/S 2.6.32 KERNEL Script steps: Retrieve still picture from a Panasonic camera using the following http command ... (1 Reply)
Discussion started by: Busprotect
1 Replies
img-ppm(3tk)															      img-ppm(3tk)

NAME
img-ppm - Img, Portable Pixmap format (ppm) SYNOPSIS
package require Tk package require img::ppm ?1.3? image create photo ?name? ?options? DESCRIPTION
The package img::ppm is a sub-package of Img. It can be loaded as a part of the complete Img support, via package require Img, or on its own, via package require img::ppm. Like all packages of Img it does not provide new commands, but extends the existing Tk command image so that it supports files containing raster images in the Portable Pixmap format (ppm). More specifically img::ppm extends Tk's photo image type. The name of the new format handler is ppm. This handler does not provide additional configuration options. All of the above means that in a call like image create photo ?name? ?options? [1] Image data in ppm format (options -data and -file) is detected automatically. [2] The format name ppm is recognized by the option -format. SUPPORTED PPM TYPES
There are two types of PPM files: RAW (binary) and ASCII. Currently only the RAW format is implemented. 8-bit pixels: Grayscale, also known as PGM. 24-bit pixels: True-color (RGB, each channel 8 bit). List of currently supported features: Type | Read | Write | | -file | -data | -file | -data | ---------------------------------------- 8-bit | Yes | Yes | Yes | Yes | 24-bit | Yes | Yes | Yes | Yes | SEE ALSO
img-bmp, img-gif, img-ico, img-intro, img-jpeg, img-pcx, img-pixmap, img-png, img-ppm, img-ps, img-sgi, img-sun, img-tga, img-tiff, img- window, img-xbm, img-xpm KEYWORDS
image handling, ppm, tk COPYRIGHT
Copyright (c) 1995-2003 Jan Nijtmans <nijtmans@users.sourceforge.com> Img 1.3 img-ppm(3tk)
All times are GMT -4. The time now is 07:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy