Remote Gallery Running on MAC OS X Query

KiwiSi
KiwiSi's picture

Joined: 2003-01-09
Posts: 4
Posted: Sat, 2003-01-18 16:09

Hi,

Has anyone succesfully managed to get Remote Gallery running on an Apple MAC (OS X 10.2.3)? I have downloaded the latest MAC version of Remote Gallery and also Image Magick. I am also running the latest version of Gallery on my web site.

The Read Me mentions making a configuration change to a config file called 'GalleryRemote.properties' that is apparently created when Remote Gallery is first run. I have done a search on my entire hard drive and cannot find this file. I also cannot find the file called 'im.properties.preinstalled' that I am also supposed to change so as to point RG to the location of the Image Magick directory.

Any help would be most appreciated as I have a large number of photo's to upload to my Gallery Album and this Util would sure make life easier for me.

Thanks,

Si

 
paour
paour's picture

Joined: 2002-08-14
Posts: 1479
Posted: Sun, 2003-02-02 13:35

'GalleryRemote.properties' should be in your home directory somewhere.
'im.properties.preinstalled' is missing in the version that you have. It's a bug, thanks for catching it.

 
paour
paour's picture

Joined: 2002-08-14
Posts: 1479
Posted: Sun, 2003-02-02 13:36

Here is the file...
<!-- BBCode Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font class="pn-sub">Code:</font><HR></TD></TR><TR><TD><FONT class="pn-sub"><PRE>
# should ImageMagick support be enabled?
enabled=true

# path to the convert executable installed with ImageMagick
imConvertPath=imagemagick/win32/convert.exe

# Filters
# Point
# Box
# Triangle
# Hermite
# Hanning
# Hamming
# Blackman
# Gaussian
# Quadratic
# Cubic
# Catrom
# Mitchell
# Lanczos Default
# Bessel
# Sinc

# filter used for resize of thumbnails
imThumbnailResizeFilter=Box

# filter used for resize of preview
imPreviewResizeFilter=Lanczos

# filter used for resize of upload
imUploadResizeFilter=Lanczos

# Formats
# jpg Better for large images
# gif Better for small images (8-bit)

# filter used for resize of thumbnails
imThumbnailResizeFormat=gif

# filter used for resize of preview
imPreviewResizeFormat=jpg
</TD></TR></TABLE><!-- BBCode End -->