From 2d17af0c52c2a11c9af6eb496050614c9a2c8fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Thu, 20 Nov 1997 04:07:35 +0100 Subject: [PATCH] changed anti-alias statement Rev: ANNOUNCE:1.4 --- ANNOUNCE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 9feab0932e..c6993d8f93 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -109,10 +109,10 @@ Image - Image Processing Module The Image module lets you perform common image manipulation and processing operations from Pike programs. The supported operations include cutting and pasting, scaling, rotation, linear filtering of -most kinds, rendering text, etc. All drawing uses anti-alias. Using -the Image module, you can automate jobs that would otherwise have -required tedious work in an interactive image processing program such -as Adobe PhotoShop. +most kinds, rendering text, etc. Anti-aliasing can be used when +performing any kind of drawing operation. Using the Image module, you +can automate jobs that would otherwise have required tedious work in +an interactive image processing program such as Adobe PhotoShop. Currently, the only input format is ppm. Output formats are ppm and gif. -- GitLab