From owner-cvs-all Thu Aug 24 18:17: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A26337B422; Thu, 24 Aug 2000 18:16:59 -0700 (PDT) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA73048; Thu, 24 Aug 2000 18:16:59 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <200008250116.SAA73048@freefall.freebsd.org> From: Satoshi Taoka Date: Thu, 24 Aug 2000 18:16:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/srd-fpw/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2000/08/24 18:16:59 PDT Added files: japanese/srd-fpw/patches patch-aa Log: I have a trouble that is converting from BMP to PNG by convert of ImageMagick-5.2.3. I executed the following command: % convert temp.bmp temp.png Then I could not disappear half of image of temp.bmp by temp.png (width of temp.png is distended twice and the extra part (half of it) is disappeared). I found the method to fix the problem incidentally. If you do % convert -frame 2x2 temp.bmp temp.png then you get correct data. Thus I do modification that convert with "-frame 2x2" is excecuted To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message