Skip to content

Commit

Permalink
More platforms, preinstalled support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Sep 2, 2002
1 parent ca0dfbc commit 58fe206
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 0 deletions.
12 changes: 12 additions & 0 deletions imagemagick/HOWTO
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
To enable ImageMagick support for your platform, copy the "im.properties" in the
corresponding folder to this folder. You should only need to do this if you got
Gallery Remote from the CVS repository.

If you already have ImageMagick installed on your system, just rename the
"im.properties.preinstalled" to "im.properties" and set the "imConvertPath"
property to the exact path to the Convert executable in your ImageMagick
installation.

If you compiled ImageMagick for a platform we don't already have support for,
please get in touch with me at paour@sourceforge.net so we can include your
binaries in our standard distributions.
38 changes: 38 additions & 0 deletions imagemagick/im.properties.preinstalled
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 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

# 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
38 changes: 38 additions & 0 deletions imagemagick/linux/im.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# should ImageMagick support be enabled?
enabled=true

# path to the convert executable installed with ImageMagick
imConvertPath=imagemagick/linux/convert

# 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

# 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
38 changes: 38 additions & 0 deletions imagemagick/macos/im.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# should ImageMagick support be enabled?
enabled=true

# path to the convert executable installed with ImageMagick
imConvertPath=imagemagick/macos/convert

# 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

# 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
38 changes: 38 additions & 0 deletions imagemagick/solaris/im.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# should ImageMagick support be enabled?
enabled=true

# path to the convert executable installed with ImageMagick
imConvertPath=imagemagick/solaris/convert

# 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

# 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

0 comments on commit 58fe206

Please sign in to comment.