aboutsummaryrefslogtreecommitdiff
path: root/graphics/quickpics
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-11-06 19:54:58 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-11-06 19:54:58 +0000
commit9ee64133aa5f0a067a83dd1f01c73caa5304e85a (patch)
treeede4cbb1b1d3c29bb546d7ab6dddd5cf8b682d17 /graphics/quickpics
parent3ac86767767d2e5de4fed31f03293e0ec297f43f (diff)
downloadports-9ee64133aa5f0a067a83dd1f01c73caa5304e85a.tar.gz
ports-9ee64133aa5f0a067a83dd1f01c73caa5304e85a.zip
Notes
Diffstat (limited to 'graphics/quickpics')
-rw-r--r--graphics/quickpics/files/patch-ac19
-rw-r--r--graphics/quickpics/pkg-descr2
2 files changed, 20 insertions, 1 deletions
diff --git a/graphics/quickpics/files/patch-ac b/graphics/quickpics/files/patch-ac
new file mode 100644
index 000000000000..1c8d6b4bd980
--- /dev/null
+++ b/graphics/quickpics/files/patch-ac
@@ -0,0 +1,19 @@
+*** image.c.orig Tue Sep 25 09:25:40 2001
+--- image.c Tue Sep 25 09:26:26 2001
+***************
+*** 205,211 ****
+ cinfo.image_width = output_width;
+ cinfo.image_height = output_height;
+ cinfo.input_components = out_color_components;
+! cinfo.in_color_space = JCS_RGB;
+
+ /* compression parameters */
+ jpeg_set_defaults(&cinfo);
+--- 205,211 ----
+ cinfo.image_width = output_width;
+ cinfo.image_height = output_height;
+ cinfo.input_components = out_color_components;
+! cinfo.in_color_space = dinfo.out_color_space;
+
+ /* compression parameters */
+ jpeg_set_defaults(&cinfo);
diff --git a/graphics/quickpics/pkg-descr b/graphics/quickpics/pkg-descr
index 72ac5b4bff92..223720286735 100644
--- a/graphics/quickpics/pkg-descr
+++ b/graphics/quickpics/pkg-descr
@@ -9,4 +9,4 @@ create any gallery of any size.
If you have an image gallery and you are tired of editing all the HTML
pages and resizing thumbnails, try QuickPics.
-by Steve Rider - stever@transmission23.com
+by Steve Rider - stever@retina.net