| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| X-Originating-IP: | [66.81.242.228] |
| X-Originating-Email: | [rkitover AT hotmail DOT com] |
| X-Sender: | rkitover AT hotmail DOT com |
| From: | "Rafael Kitover" <rkitover AT hotmail DOT com> |
| To: | "'Cygwin List'" <cygwin AT cygwin DOT com> |
| Subject: | Re: Tool to decrease a size of jpg file |
| Date: | Sun, 21 Dec 2003 17:21:58 -0800 |
| MIME-Version: | 1.0 |
| Message-ID: | <LAW9-OE42ZvvKzqxYM800012630@hotmail.com> |
| X-OriginalArrivalTime: | 22 Dec 2003 01:22:43.0625 (UTC) FILETIME=[195D9190:01C3C82A] |
Sorry for failing to RTFM, but apparently there is an ImageMagick package in Cygwin already: http://cygwin.com/cgi-bin2/package-cat.cgi?file=ImageMagick/ImageMagick- 5.5.7-1&grep=image So you don't need to compile anything. Once you have ImageMagick installed, to reduce the size of a jpg file, a good trick is: convert -quality 64 foo.jpg foo.jpg see man convert for other options, to shrink dimensions use -resize. HTH -- Rafael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |