changed git call from https to git readonly
[atutor.git] / mods / wiki / plugins / feature / imgresize_gd2.meta
1 api: ewiki
2 category: extension
3 hooks: image_resize
4 type: intercept
5 config: 
6   EWIKI_IMGRESIZE_WIN=0
7   EWIKI_IMAGE_MAX_PIXELS=11000000  //11 megapixels
8   EWIKI_IMAGE_MAXSIZE=65536
9   EWIKI_IMAGE_TOLERANCE=60000  //don't settle for smaller than this during resize
10   EWIKI_WORK_AREA=640  //width of whitespace or work area within ewiki
11   EWIKI_IMAGE_MAX_Y=1000  //max y value if picture is "candy cane"
12   EWIKI_IMAGE_RATIO=10  //maximum acceptable y:x ratio
13 title: imgresize_gd2
14 description: refined algorithm for downscaling uploaded images
15 priority: bonus