Category: | Wiki/Software/Graphics | Rating: | |
Name: | [Stale links 2023-11-11] flPhoto | Popularity: | 29% |
Version: | 1.3.1 | License: | GPL |
Author: | Michael Sweet | EMail: | mike |
Created: | Oct 07, 2002 |
Updated: | Nov 12, 2023 |
Home Page: | http://freshmeat.sourceforge.net/projects/flphoto (10183 visits) |
Download: | http://freshmeat.sourceforge.net/projects/flphoto (4754 visits) |
Description: | flPhoto organizes image files into albums which can be printed,
viewed as a slideshow, and exported to web pages. Images can be
imported individually, by directory, or from digital cameras
using the gPhoto <http://www.gphoto.org> library. flPhoto can
read, write, and display digital camera EXIF information and
supports BMP, CRW, JPEG, PhotoCD, and PNG image files. Image
files can be cropped, rotated, scaled, and adjusted via a number
of simple filters.
[EDIT: Old links were to http://www.easysw.com/~mike/flphoto but Mike let that domain go, the domain taken over by a spam site. Adjusted homepage/download links to point to one of the sourceforge sites recommended in the comments. -erco 12/20/2017]
|
[ Submit Article | View All ]
|
676 | flPhoto 1.3.1 | Dec 05, 2006 | 0 | |
|
| flPhoto 1.3.1 fixes a slideshow bug and addresses several printing issues. It also adds the phases of the moon to calendars. | |
|
245 | flPhoto 1.2 | Jan 04, 2004 | 1 | |
|
| The 1.2 release adds new calendar, camera, crop, export, image
editing, and red-eye removal features. The new release also
fixes problems in PNG image support, keyboard shortcut
duplication, and various crash bugs.
| |
|
241 | flPhoto 1.2rc2 | Dec 18, 2003 | 0 | |
|
| flPhoto 1.2rc2 fixes bugs in 1.2rc1. The 1.2 release adds new
calendar, camera, crop, export, image editing, and red-eye
removal features. The new release also fixes problems in PNG
image support, keyboard shortcut duplication, and various crash
... | |
|
238 | flPhoto 1.2rc1 | Dec 13, 2003 | 0 | |
|
| flPhoto 1.2rc1 adds new calendar, camera, crop, export, image editing, and red-eye removal features. The new release also fixes problems in PNG image support, keyboard shortcut duplication, and various crash bugs.
| |
|
214 | flPhoto 1.1 | Sep 13, 2003 | 3 | |
|
| flPhoto 1.1 adds Dutch, French, German, Italian, Portugese, and
Spanish user interfaces, improved calendar printing, improved
camera image importing, and a status display showing the number
and total size of images in an album. The new release ... | |
[ Submit Comment ]From engelsman, 11:27 Apr 09, 2015 (score=4)
The links are dead but (old?) source may be found at http://freecode.com/projects/flphoto and/or http://sourceforge.net/projects/fltk/files/flphoto/
[ Reply ] From lm, 08:19 May 21, 2008 (score=3)
For Windows users, I was able to compile and build flphoto (and espmsg, fldcraw, testexif) on Windows using mingw32 and msys. I did have to make a few changes though. The slideshow part had X Windows specific code, so was unable to get testslideshow to build. I did test out the
picture clipping and red eye filter options in flphoto.exe in Windows and they work beautifully. That's all I've tested so far.
Below are diffs created using msys's diff program.
Made a change to fldcraw.c:
61a62
> #define getc_unlocked(s) getc(s)
Since there's no fork command for mingw, I replaced it with a spawnlp in Fl_CRW_Image.cxx as follows:
35a36,39
35a36,39
> #ifdef WIN32
> #include <process.h>
> #define waitpid(a,b,c) cwait(b,a,c)
> #else
36a41
> #endif
59a65,72
> #ifdef WIN32
> if ((pid= spawnlp (P_NOWAIT, "fldcraw", "fldcraw", name, (const char*) 0)) < 0)
> {
> return;
> }
> else
> {
> #else
72a86
> #endif
74c88
< if (waitpid(pid, &status, 0) < 0)
---
> if (waitpid(pid, &status, WAIT_CHILD) < 0)
[ Reply ]From Anonymous, 15:31 Apr 04, 2004 (score=2)
What about extending the information written into an '*.album' file?
In detail:
Storing (simple) transformation rules of an individual image like
+ rotate (clock or counter-clock)
+ scale
into the album file instead of modifying the original image (can be read-only) would be a big improvement. Especially if one uses the same picture in several album files.
[ Reply ] From Joe Zobel, 15:47 Feb 10, 2004 (score=2)
I am not able to select a camera from camera chooser. The only two choices are: no camera selected or memory card. The camera I have is a
Relisys Dimera suported under Gphoto. I am using the RH 9 RPM in Fedora
Core 1. Any help would be appreciated. Thanks Joe
[ Reply ] From Rob, 10:39 Nov 04, 2003 (score=2)
A really well thought out application! It works great under FreeBSD 5.1 too, FYI... Thanks!
[ Reply ] From grensv, 09:51 Oct 12, 2003 (score=2)
Very nice soft, works a lot better than gtkam and does a lot more !
Only one thing sad : does not use orientation exif info in order to auto-rotate pictures. Is it planned in future version ?
[ Reply ] From rosimildo, 18:32 Jun 05, 2003 (score=2)
A windows binary for fast testing would be nice.
Rosimildo.
[ Reply ]
From Mike Sweet, 12:03 Sep 03, 2003 (score=2)
flPhoto *might* work via Cygwin, but I don't build or test flPhoto on Windows.
[ Reply ]
From Dejan Lekic, 13:20 Jan 05, 2003 (score=1)
This is really nice application. Good work Mike, and thanks! :)
[ Reply ] |