Skip to content

Commit

Permalink
Added forgotten applet supporting files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Jan 21, 2004
1 parent 72da36b commit 74e7974
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
49 changes: 49 additions & 0 deletions imagemagick/im.properties.applet
@@ -0,0 +1,49 @@
# should ImageMagick support be enabled?
enabled=false

# path to the convert executable installed with ImageMagick
imConvertPath=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

# 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

# jpeg quality
jpegQuality=80

# ignore error code sent back by the executable
# there's a bug in the Linux Java VM that returns a failed code
# even when the executable sends back a success code...
ignoreErrorCode=true
10 changes: 10 additions & 0 deletions jpegtran/jpegtran.properties.applet
@@ -0,0 +1,10 @@
# should jpegtran support be enabled?
enabled=false

# path to the executable (must be a fully-qualified path)
jpegtranPath=jpegtran

# ignore error code sent back by the executable
# there's a bug in the Linux Java VM that returns a failed code
# even when the executable sends back a success code...
ignoreErrorCode=true

0 comments on commit 74e7974

Please sign in to comment.