equal
deleted
inserted
replaced
74 |
74 |
75 == Image format == |
75 == Image format == |
76 * PNG, 8-bit/color RGBA (so 32 bit) |
76 * PNG, 8-bit/color RGBA (so 32 bit) |
77 * Gamma correction and colour profiles should not be applied, in order to ensure the map is loaded identically on OSX as it is on other operating systems by SDL. To ensure this happens, please run: |
77 * Gamma correction and colour profiles should not be applied, in order to ensure the map is loaded identically on OSX as it is on other operating systems by SDL. To ensure this happens, please run: |
78 pngcrush -rem gAMA -rem cHRM -rem iCCP -rem sRGB old/map.png new/map.png |
78 pngcrush -rem gAMA -rem cHRM -rem iCCP -rem sRGB old/map.png new/map.png |
|
79 |
79 or be sure your image editing software has these options disabled. |
80 or be sure your image editing software has these options disabled. |
80 |
81 |
81 ---- |
82 ---- |
82 = Editing software recommendations = |
83 = Editing software recommendations = |
83 == Images == |
84 == Images == |