X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=cf%2Fimages;h=c4087583a3461718e1615e5e507871d7c38f12d8;hb=075b6913c0bbd1a735f986f8d94e9541105ee91c;hp=6f36620e7457643d54aebb308e4a9c28c2e14fae;hpb=80f276ef1ace66fd73181c9078d024ec8e9446e4;p=libucw.git diff --git a/cf/images b/cf/images index 6f36620e..c4087583 100644 --- a/cf/images +++ b/cf/images @@ -2,7 +2,15 @@ ######## General parameters ##################################################### -Images { +ImageLib { + +# Default tracing level (0 to disable) +Trace 0 + +# Limits for image allocation. ImageMaxDim must be less than 1<<16. +ImageMaxDim 0xffff +ImageMaxBytes 256M + } ######## Image signatures #######################################################