curator replacement

2010-12-27 Thread Stan Hoeppner
What's a good replacement for the curator photo album generating
package?  It was dropped from Debian at least a couple of years ago.

I'd like something that doesn't suck performance wise due to python code
that can't be optimized by psyco.  Something that uses multiple
processes or threads would be fantastic as I'll be running it on a dual
CPU box, one that is rather old, 500 MHz CPUs.  Curator is a serial
single threaded process and thus only uses on CPU (or core).

Basically I want the features of curator, but in something that runs
much faster.  Generating the individual image pages takes _forever_ on
dirs with thousands of jpg files.  I'm guessing if someone with the
necessary python skill rewrote curator's function layout in a manner
that psyco could optimize, that it would be plenty fast on the
aforementioned machine.  Currently it takes on the order of .5 seconds
to generate each ~2K html page.  A 500 MHz CPU should be able to
generate at least 10 times as many html pages per second if the curator
python code performance didn't suck.

I'd like something similar that generates static image pages with the
nice index pages curator does.  A db driven system won't work for
creating CDs full of images to distribute.

-- 
Stan


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d18e46...@hardwarefreak.com



Re: curator replacement

2010-12-27 Thread Camaleón
On Mon, 27 Dec 2010 13:09:26 -0600, Stan Hoeppner wrote:

 What's a good replacement for the curator photo album generating
 package?  It was dropped from Debian at least a couple of years ago.

(...)

I dunno if photon (python based), imageindex (perl) or jigl (perl) 
can make use of multi-core/multi-threading capabilities but their 
features look pretty similar to curator. 

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.12.27.20.01...@gmail.com



Re: curator replacement

2010-12-27 Thread godo

On 12/27/2010 08:09 PM, Stan Hoeppner wrote:

What's a good replacement for the curator photo album generating
package?  It was dropped from Debian at least a couple of years ago.

I'd like something that doesn't suck performance wise due to python code
that can't be optimized by psyco.  Something that uses multiple
processes or threads would be fantastic as I'll be running it on a dual
CPU box, one that is rather old, 500 MHz CPUs.  Curator is a serial
single threaded process and thus only uses on CPU (or core).

Basically I want the features of curator, but in something that runs
much faster.  Generating the individual image pages takes _forever_ on
dirs with thousands of jpg files.  I'm guessing if someone with the
necessary python skill rewrote curator's function layout in a manner
that psyco could optimize, that it would be plenty fast on the
aforementioned machine.  Currently it takes on the order of .5 seconds
to generate each ~2K html page.  A 500 MHz CPU should be able to
generate at least 10 times as many html pages per second if the curator
python code performance didn't suck.

I'd like something similar that generates static image pages with the
nice index pages curator does.  A db driven system won't work for
creating CDs full of images to distribute.


Hi,
I'm not using any photo album so I don’t know how this 2 works but they 
generate html/css/js without db. It seems that they are very 
customizable and that have lot of options. Both are in Perl.


http://bins.sautret.org/
http://marginalhacks.com/Hacks/album/




--
Bye,
Goran Dobosevic
Hrvatski: www.dobosevic.com
 English: www.dobosevic.com/en/
Registered Linux User #503414


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4d18f0b6.1020...@dobosevic.com



Re: curator replacement

2010-12-27 Thread Sven Hoexter
On Mon, Dec 27, 2010 at 08:01:24PM +, Camaleón wrote:
 On Mon, 27 Dec 2010 13:09:26 -0600, Stan Hoeppner wrote:
 
  What's a good replacement for the curator photo album generating
  package?  It was dropped from Debian at least a couple of years ago.
 
 (...)
 
 I dunno if photon (python based), imageindex (perl) or jigl (perl) 
 can make use of multi-core/multi-threading capabilities but their 
 features look pretty similar to curator. 

I've replaced curator with jigl for myself. Though I think I still have
the last package I uploaded to Debian around. If someone dares to
use it (I think jigl is much better) mail me and I'll dig it out but this
should not go back into Debian. It's dead upstream and IIRC it still had
some open issue.

Sven
-- 
I don't know much, but I do know this:
With a golden heart, comes a rebel fist
 [ Streetlight Manifesto - Here's To Life ]


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101227214909.gb8...@colin



Re: curator replacement

2010-12-27 Thread Stan Hoeppner
godo put forth on 12/27/2010 2:01 PM:

 http://bins.sautret.org/
 http://marginalhacks.com/Hacks/album/


Camaleón put forth on 12/27/2010 2:01 PM:

 I dunno if photon (python based), imageindex (perl) or jigl (perl)
 can make use of multi-core/multi-threading capabilities but their
 features look pretty similar to curator.


Thanks for the suggestions guys.  Imageindex looks the most promising,
so I'll give it a go first.  jigl has limited multiprocessing support
but I like the rest of imageindex better so far for my needs. I didn't
care for sautret or album much at all.

-- 
Stan


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d191afb.6050...@hardwarefreak.com