- raster/BMP/GIF/PCX/TIF: fix dealing with very large data (use
`size_t` as appropriate) - BMP: lessen heap memory usage by only `malloc()`ing a row, not whole file - GIF: lessen heap memory usage by paging (also simplifies some function returns); use standard colour char map - raster: add `raster_malloc()` to fail > 1GB (avoids very large output files that most systems can't handle; also lessens to some degree chances of being victim of OOM killer on Linux) - GUI: printing scale dialog: set maxima on X-dim and resolution to keep scale <= 200
Before Width: | Height: | Size: 162 B After Width: | Height: | Size: 162 B |
Before Width: | Height: | Size: 548 B After Width: | Height: | Size: 548 B |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 330 B After Width: | Height: | Size: 359 B |
BIN
backend/tests/data/gif/ultra_fgbg_hvwsp1_box1_bgfgtrans.gif
Normal file
After Width: | Height: | Size: 367 B |
BIN
backend/tests/data/gif/ultra_fgbg_hvwsp1_box1_bgtrans.gif
Normal file
After Width: | Height: | Size: 367 B |
BIN
backend/tests/data/gif/ultra_fgbg_hvwsp1_box1_fgtrans.gif
Normal file
After Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 255 B After Width: | Height: | Size: 255 B |