Skip to content

Commit

Permalink
Compression: fixed hang up when compressing splash.bmp (file with hug…
Browse files Browse the repository at this point in the history
…e repetitive strings)

git-svn-id: https://freearc.svn.sourceforge.net/svnroot/freearc@583 3a4f7f31-9599-433d-91b1-573e8b61252c
  • Loading branch information
bulatz committed Sep 11, 2009
1 parent df86a9c commit af142d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Compression.hs
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,9 @@ builtinMethodSubsts = [
, "#p$wav = wav"
, ""
, ";Bitmap graphic files are compressed best with GRZip"
, "bmp = mm + grzip:m1:l:a ;best compression"
, "bmpfast = mm + grzip:m4:l:a ;faster compression"
, "bmpfastest = mm:d1 + tor:3:t0 ;fastest one"
, "bmp = mm + grzip:m1:l2048:a ;best compression"
, "bmpfast = mm + grzip:m4:l:a ;faster compression"
, "bmpfastest = mm:d1 + tor:3:t0 ;fastest one"
, "1$bmp = bmpfastest"
, "2$bmp = bmpfastest"
, "3$bmp = bmpfast"
Expand Down

0 comments on commit af142d4

Please sign in to comment.