Bringing your photos from F-Spot to the Web


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Bringing your photos from F-Spot to the Web
# 1  
Old 05-02-2008
Bringing your photos from F-Spot to the Web

Fri, 02 May 2008 15:00:00 GMT
F-Spot is a graphical photo manager that allows you to tag your image files and search and view images based on those tags. With phpfspot, you can share the photo collection you manage with F-Spot with others through a Web interface and let them navigate through your photos using the tags you have set up.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Solaris paging bringing system to halt

Hi experts, I am running a solaris 10 with oracle 10 on a system with 96 GB physical memory. the system has a lot of swap space. the oracle SGA is 50 GB and PGA 40 GB. Here are the stats vmstat -i interrupt total rate -------------------------------- clock ... (5 Replies)
Discussion started by: afadaghi
5 Replies

2. Linux

bringing up interface eth0 rtnetlink

Hi all, OS: fedora release 10 when i try to restart network service, ending up with following errors. There are two interfaces eth0 and eth1 bringing up interface eth0 rtnetlink answers file exists error adding <IP Address here> to eth0 bringing up interface eth0 rtnetlink answers... (2 Replies)
Discussion started by: lramsb4u
2 Replies

3. Shell Programming and Scripting

Bringing together words from multiple lines

I want to get a file together that lists router name and IP address of an interface together like so... SOMERTR1A 10.10.10.20 SOMERTR1B 10.10.10.30 OTHRRTR1A 192.168.1.120 The file I'm trying to extract the text from looks like the below: SOMERTR1A#show run int Lo0 | i add ... (5 Replies)
Discussion started by: branrobi
5 Replies

4. UNIX for Dummies Questions & Answers

Bringing an Xterm window to top

Hi, Is there a way to configure a Linux machine so that I can click on any where on the Xterm window to bring it to the front/top. By default, I have to click on the title bar but often the entire title bar is underneath another window. Thanks in advance! PS. GNU/Linux (4 Replies)
Discussion started by: pidge66
4 Replies

5. UNIX for Advanced & Expert Users

Bringing a nohup process to foreground

Hi, I have used nohup command to run a process in background. i ran successfully and i exit from that terminal. But when i login for the next time I am not able to see the process but it is working, since I am getting a e-mail alert for error issue. Please let me know how to bring that process... (3 Replies)
Discussion started by: mbguy
3 Replies

6. UNIX for Dummies Questions & Answers

bringing a process to the foreground

If i have a single file i would just press fg but if i have multiple files running in the backgound and want to bring a specific one to the foreground how would i do that? Thanks!! (1 Reply)
Discussion started by: JamieMurry
1 Replies

7. UNIX for Advanced & Expert Users

p570 - Problem bringing it back up

I have a p570 server with 2 LPARs on it. One of my colleagues did a firmware upgrade on it over the weekend but I have not been able to bring it back online since. I go to activate the partition from the HMC and it gets stuck on the C20082FF operator panel and just freezes from there. Does... (2 Replies)
Discussion started by: KeesH
2 Replies
Login or Register to Ask a Question
pcdindex(1)						      General Commands Manual						       pcdindex(1)

NAME
pcdindex - create index image for a photo CD SYNOPSIS
pcdindex [-m width] [-s size] [-a across] [-c colors] [-f font] [-b|-w] [pcdfile] DESCRIPTION
This program generates an index image for a photo CD, based on the photo CD overview file. You can achieve a similar result with hpcdtoppm -Overview followed by pnmindex -black on the generated PPM images. OPTIONS
-wwidth Maximum width of the result image (default: 1152). -ssize Maximum size of each of the images (default: 192). -aacross Maximum number of images across (default: 6). -ccolors Maximum number of colors, or n to mean no quantization -ffont Font to be used for annotation (default: internal font). -b Black background color (default). -w White background color. EXAMPLES
pcdindex -m 768 -s 96 -f smallfont.pbm overview.pcd > overview.ppm pcdindex /cdrom/photo_cd/overview.pcd | ppmtojpeg > overview.jpg SEE ALSO
hpcdtoppm(1), pnmindex(1), ppmtojpeg(1), ppm(5) 11 September 2000 pcdindex(1)