Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2000 18:16:59 -0700 (PDT)
From:      Satoshi Taoka <taoka@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/japanese/srd-fpw/patches patch-aa
Message-ID:  <200008250116.SAA73048@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008250116.SAA73048>