summaryrefslogtreecommitdiff
path: root/graphics/resize_image/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/resize_image/DESCR')
-rw-r--r--graphics/resize_image/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/resize_image/DESCR b/graphics/resize_image/DESCR
new file mode 100644
index 00000000000..5dc7348d245
--- /dev/null
+++ b/graphics/resize_image/DESCR
@@ -0,0 +1,5 @@
+resize_image is a little utility to resize images. You can read
+JPEG, GIF, Targa (TGA), PBM, PGM and PPM images. You will need
+JPEG library to use it. You can only output in PPM or JPEG formats.
+It is written in C so if you want to compile you'll needed a C
+compiler (only tested with gcc under Linux i386).