making photoalbums for web pages

2013-05-10 Thread Matthias Apitz

Hi,

I've updated yesterday the laptop of my wife to FreeBSD 10-CURRENT and
ports fromm SVN head, all fine with one exception:

she is used to make photoalbums of the pictures (JPEG) and publish them
on my webserver; she selects in kphotoalbum the pictures she wants (by
clicking them) and the application puts them together, with thumbnails,
to a tree which just goes per SCP -rp to our webserver;

since the update she is without this application because the KDE3
version does not exist in head and the KDE4 version does not compile
even :-(

Is there any other tool for this? I know about webgallery, but this has
not the pre-build phase (selecting images); any other idea?

Thanks

matthias
-- 
Sent from my FreeBSD netbook

Matthias Apitz   |  - No system with backdoors like Apple/Android
E-mail: g...@unixarea.de |  - Never being an iSlave
WWW: http://www.unixarea.de/ |  - No proprietary attachments, no HTML/RTF in 
E-mail
phone: +49-170-4527211   |  - Respect for open standards
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: making photoalbums for web pages

2013-05-10 Thread Waitman Gobble
On Fri, May 10, 2013 at 12:41 AM, Matthias Apitz g...@unixarea.de wrote:

 Hi,

 I've updated yesterday the laptop of my wife to FreeBSD 10-CURRENT and
 ports fromm SVN head, all fine with one exception:

 she is used to make photoalbums of the pictures (JPEG) and publish them
 on my webserver; she selects in kphotoalbum the pictures she wants (by
 clicking them) and the application puts them together, with thumbnails,
 to a tree which just goes per SCP -rp to our webserver;

 since the update she is without this application because the KDE3
 version does not exist in head and the KDE4 version does not compile
 even :-(

 Is there any other tool for this? I know about webgallery, but this has
 not the pre-build phase (selecting images); any other idea?

 Thanks

 matthias
 --
 Sent from my FreeBSD netbook

 Matthias Apitz   |  - No system with backdoors like Apple/Android
 E-mail: g...@unixarea.de |  - Never being an iSlave
 WWW: http://www.unixarea.de/ |  - No proprietary attachments, no HTML/RTF in 
 E-mail
 phone: +49-170-4527211   |  - Respect for open standards
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Hi Matthias,

I use graphics/burplex to preview / make selects when I'm on the road,
it stores in a text file for easy scripting / batch processing. It's
in the ports tree. If you want to batch process 'quicker' on a
multi-core system you can try dcraw-m and multiraw, which are in gnats
pr at the moment. Otherwise the burplex port runs OK with regular
dcraw.

If you want something more elaborate try graphics/shotwell or
graphics/f-spot I suppose. If she is really into photography she
should check out RawTherapee for sure. But newer version than
currently in ports, I posted an update pr - which installs - but it
needs a little more work. I've been recently creating square
thumbnails manually with gimp and saving full size and thumbnail to
local computer, which has a public ip address. eliminates need to
upload anything :)

--
Waitman Gobble
San Jose California USA
510-830-7975
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: making photoalbums for web pages

2013-05-10 Thread Matthias Fechner
Am 10.05.2013 09:41, schrieb Matthias Apitz:
 clicking them) and the application puts them together, with thumbnails,
 to a tree which just goes per SCP -rp to our webserver;

why not use on the webserver: www/gallery3?



Gruß
Matthias

-- 

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning. --
Rich Cook
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: making photoalbums for web pages

2013-05-10 Thread Matthias Apitz
El día Friday, May 10, 2013 a las 10:25:06AM +0200, Matthias Fechner escribió:

 Am 10.05.2013 09:41, schrieb Matthias Apitz:
  clicking them) and the application puts them together, with thumbnails,
  to a tree which just goes per SCP -rp to our webserver;
 
 why not use on the webserver: www/gallery3?

To make that more clear:

- after downloading the pics from the cam they are stored in dirs of
mmdd, ..., ...

- shed needs some browser based tool to select which of the pictures
from, for example 20130505 and 20130509, should fit into a new set called
somehow 'pictures of the children of my' and would be copied below that
new dir;

the rest could be done with webgallery (by me or scripts); she is not an
informatican;

matthias

-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e g...@unixarea.de - w http://www.unixarea.de/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: making photoalbums for web pages

2013-05-10 Thread Matthias Apitz
El día Friday, May 10, 2013 a las 12:59:01AM -0700, Waitman Gobble escribió:

 Hi Matthias,
 
 I use graphics/burplex to preview / make selects when I'm on the road,
 it stores in a text file for easy scripting / batch processing. It's
 in the ports tree. If you want to batch process 'quicker' on a
 multi-core system you can try dcraw-m and multiraw, which are in gnats
 pr at the moment. Otherwise the burplex port runs OK with regular
 dcraw.

Hi Waitmann,

I went to the web side of www.burplex.com... do I understand this right,
that the selected names with their leading dir are just stored in a text
file .selects for further processing? If so, that would be exactly
what I was looking for :-)

Thanks

matthias
-- 
Sent from my FreeBSD netbook

Matthias Apitz   |  - No system with backdoors like Apple/Android
E-mail: g...@unixarea.de |  - Never being an iSlave
WWW: http://www.unixarea.de/ |  - No proprietary attachments, no HTML/RTF in 
E-mail
phone: +49-170-4527211   |  - Respect for open standards
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: making photoalbums for web pages

2013-05-10 Thread Julian H. Stacey
Matthias Apitz wrote:
 El día Friday, May 10, 2013 a las 10:25:06AM +0200, Matthias Fechner escribió:
 
  Am 10.05.2013 09:41, schrieb Matthias Apitz:
   clicking them) and the application puts them together, with thumbnails,
   to a tree which just goes per SCP -rp to our webserver;
  
 the rest could be done with webgallery (by me or scripts); she is not an
 informatican;

Hi Matthias A  all,
I've always used /usr/ports/graphics/cthumb
(not saying better or worse or more or less appropriate than other
tools mentioned most of which I don't know, just one more tool you
may want to look at.

I use cthumb ( vi) as shown at ^cthumb line of
http://www.berklix.com/~jhs/bin/.csh/syntax
Then upload with rdist6 -P /usr/bin/ssh 
http://www.berklix.com/~jhs/Distfile
Graphic result:
http://www.berklix.com/~jhs/bauma/2013_04_18/
Preamble to those pics:
http://www.berklix.com/~jhs/bauma/

Cheers,
Julian
-- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich http://berklix.com
 Reply below not above, like a play script.  Indent old text with  .
 Send plain text.  No quoted-printable, HTML, base64, multipart/alternative.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: making photoalbums for web pages

2013-05-10 Thread Julian H. Stacey
Apologies my last post was multipart/mixed, 
(maybe my mouse skidded to some un-intended option).

Cheers,
Julian
-- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich http://berklix.com
 Reply below not above, like a play script.  Indent old text with  .
 Send plain text.  No quoted-printable, HTML, base64, multipart/alternative.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: making photoalbums for web pages

2013-05-10 Thread Waitman Gobble
On Fri, May 10, 2013 at 3:02 AM, Matthias Apitz g...@unixarea.de wrote:
 El día Friday, May 10, 2013 a las 12:59:01AM -0700, Waitman Gobble escribió:

 Hi Matthias,

 I use graphics/burplex to preview / make selects when I'm on the road,
 it stores in a text file for easy scripting / batch processing. It's
 in the ports tree. If you want to batch process 'quicker' on a
 multi-core system you can try dcraw-m and multiraw, which are in gnats
 pr at the moment. Otherwise the burplex port runs OK with regular
 dcraw.

 Hi Waitmann,

 I went to the web side of www.burplex.com... do I understand this right,
 that the selected names with their leading dir are just stored in a text
 file .selects for further processing? If so, that would be exactly
 what I was looking for :-)

 Thanks

 matthias
 --
 Sent from my FreeBSD netbook

 Matthias Apitz   |  - No system with backdoors like Apple/Android
 E-mail: g...@unixarea.de |  - Never being an iSlave
 WWW: http://www.unixarea.de/ |  - No proprietary attachments, no HTML/RTF in 
 E-mail
 phone: +49-170-4527211   |  - Respect for open standards


Hi,

Yes, it is a simple qt4 program which allows the user to quickly
browse RAW or JPEG files and toggle/mark 'selects', which is stored in
a plain text file. This file can easily be fed into a batch-process
command / script. It does *not* offer any other features, such as
sharpening, crop, red-eye, color adjustment, etc. If you use the dcraw
in ports, it does not do 'auto orient', so if your wife is shooting
with this feature disabled on her camera the images _may_ appear
sideways. I have an updated dcraw-m that reads the orientation
information and rotates the preview image, but otherwise it works
fine, it's perfectly usable without it. :)

Also might check out this 'beenie' program that I use to automatically
download cards onto the computer. Basically after a shoot I can stick
in 4 SD cards at once and the software automatically creates folders
with the date, and copies the contents and pre-processes the files. (I
use it for video, I realized I was spending alot of time loading one
card after another and copying the contents, etc). It's more of a
hack-type program, but I've been using it for about a year without
trouble. It would likely need some customization for your specific
system/needs.  https://github.com/waitman/beenie


--
Waitman Gobble
San Jose California USA
510-830-7975
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org