I'm looking for a self-hosted web gallery program. I want support for access
control, scaling, albums, comments, etc. Do you have any recommendations?
I'm currently playing with Gallery 2 but I'm not 100% satisfied
Rudy Benner - 16 Apr 2008 12:51 GMT
> I'm looking for a self-hosted web gallery program. I want support for
> access
> control, scaling, albums, comments, etc. Do you have any recommendations?
>
> I'm currently playing with Gallery 2 but I'm not 100% satisfied
Jalbum?
Jumping Arne - 16 Apr 2008 13:58 GMT
> Jalbum?
As I understand it, it's program that creates a static set of HTML/jpeg files
and I really want something "dynamic". That is, I should perhaps add a few
requirements:
+ It should be searchable
+ It should support keywords, and be able to generate an album with
photos that has a certain keyword if the user so desires. (that is,
the user clicks on a keyword then the program should search for all
photos that has this keyword and show them)
+ I should be able to upload photos to the site and the program should
be able to extract and display the EXIF/IPTC fields I want.
+ I should be able to use a photo scaled to a certain size on a web
page outside the gallery, that is I should be able to use a image
link like this
<img src="http://gallery.example.com/img/xxxx.jpg?height=600&width=800">
and the gallery would serve a picture that was scaled to a maximum
of 800px wide/600px tall.
ray - 16 Apr 2008 15:59 GMT
> I'm looking for a self-hosted web gallery program. I want support for
> access control, scaling, albums, comments, etc. Do you have any
> recommendations?
>
> I'm currently playing with Gallery 2 but I'm not 100% satisfied
I have found 'image index' to be a good solution.
Jumping Arne - 16 Apr 2008 20:47 GMT
> I have found 'image index' to be a good solution.
I'm not sure what 'image index' is, I don't think my Google search turned up
what you are referring to.
ray - 16 Apr 2008 21:14 GMT
>> I have found 'image index' to be a good solution.
>
> I'm not sure what 'image index' is, I don't think my Google search
> turned up what you are referring to.
Try searching for 'imageindex'.
Jumping Arne - 16 Apr 2008 21:36 GMT
> Try searching for 'imageindex'.
Ahh, thanks. I'll check it out.
TT - 16 Apr 2008 18:46 GMT
>I'm looking for a self-hosted web gallery program. I want support for access
>control, scaling, albums, comments, etc. Do you have any recommendations?
>
>I'm currently playing with Gallery 2 but I'm not 100% satisfied
If I understood well your question the program I use could be of
interest for you phpgraphy but I think Gallery 2 is a bit advanced
version with respect to it so if you are not satisfied with Gallery2 I
suppose phpgraphy could be not suitable.
However you can see it in my site: http//trincone.altervista.org
Jumping Arne - 16 Apr 2008 20:43 GMT
>> I'm looking for a self-hosted web gallery program. I want support for
>> access
[quoted text clipped - 7 lines]
> suppose phpgraphy could be not suitable.
> However you can see it in my site: http//trincone.altervista.org
Thanks, I'll check it out
Paul Furman - 16 Apr 2008 18:53 GMT
> I'm looking for a self-hosted web gallery program. I want support for access
> control, scaling, albums, comments, etc. Do you have any recommendations?
>
> I'm currently playing with Gallery 2 but I'm not 100% satisfied
Gallery can be customized extensively.
Jumping Arne - 16 Apr 2008 20:51 GMT
> Gallery can be customized extensively.
Ohhh yes, but unfortunately it looks like I can't do one thing. I've tried to
find the solution by asking on the Gallery forum pages but after several
months the only answer I've got is that it should work like I expect but no
one can show me how to do it :)
So I've put in a bug report/feature request, but while waiting to see what
happens with that one I thought I would see what my alternatives are.
Paul Furman - 16 Apr 2008 21:24 GMT
>> Gallery can be customized extensively.
>
> Ohhh yes, but unfortunately it looks like I can't do one thing.
Scaling?
Jumping Arne wrote elsewhere in this thread:
>> + It should be searchable
>>
[quoted text clipped - 12 lines]
>> and the gallery would serve a picture that was scaled to a maximum
>> of 800px wide/600px tall.
> I've tried to
> find the solution by asking on the Gallery forum pages but after several
[quoted text clipped - 3 lines]
> So I've put in a bug report/feature request, but while waiting to see what
> happens with that one I thought I would see what my alternatives are.
Jumping Arne - 16 Apr 2008 22:00 GMT
> Scaling?
Yes. More precisely - getting gallery to use ... WHAT !!!
Before sending this message I tried everything once more just to make sure
that it didn't work as described in the docs ... and now it seem to work !!
I've tried this at least 40-50 times the last 6 month, I've had 5-10
installations on several computers and it just didn't work. Now suddenly it
seem to work, I didn't nothing new and now it just works ... now I just wish
that I knew why it works.
Time to try to figure out why it works :-)
Thanks !!
jrblack10 - 22 Apr 2008 18:50 GMT
> > Scaling?
>
[quoted text clipped - 11 lines]
>
> Thanks !!
Have you tried PhotoShop Express? https://www.photoshop.com/express/index.html
It is:
Free online service
Great upload tool that allows you to batch up load multiple files
PhotoShop quality in editing your images
Can download and save your edited photos
Great presets
Account includes 2Gig of online storage ( FREE )
Can have all public, all private or share particular albums.
Nice slideshow options.
jrblack10 - 22 Apr 2008 19:26 GMT
Jumping Arne,
What programming knowledge do you have? Do you have access to windows
hosting with .NET?
There is now something called SilverLight (Microsoft's FLASH like
competitor) and there are free/open source projects that can do online
galleries, slide shows and such. I have played with it locally, but
have nothing publicly available to show you.
Try these links:
http://www.codeplex.com/SlideShow
http://www.vertigo.com/SlideShow.aspx
http://www.codeplex.com/ssgenerator (desktop generator for data.xml
file)
http://www.codeplex.com/SSDirDataProvWS (web service to dynamically
generate data.xml file for galleries from a directory).