| Rev. | Time | Author |
|---|---|---|
| 5333fbf12c89 | 2023-11-13 08:14:53 | Jaroslav Fojtik |
|
VisualMagick/tests/runtest.bat Sumate and display total amount of problems during testing. |
||
| 10fedfdfe860 | 2023-11-13 06:56:06 | Bob Friesenhahn |
|
Add support for a per-file write limit |
||
| 2ac24308a92f | 2023-11-11 23:48:16 | Bob Friesenhahn |
|
Re-direct Ghostscript stdout to stderr to avoid output corruption when GM stdout is redirected to a file. |
||
| cdfed27904cc | 2023-11-08 08:03:54 | Jaroslav Fojtik |
|
coders/jnx.c JNX decoder is also vulnerable against image size injection. |
||
| 7e7556380183 | 2023-11-07 22:56:34 | Bob Friesenhahn |
|
RGBTransformImage(): Move cast in primary_info.x and primary_info.y calcuation. |
||
| 6a6ef48daf48 | 2023-11-07 09:39:11 | Jaroslav Fojtik |
|
coders/mat.c Prevent against geometry injection. |
||
| 417128e5beef | 2023-11-07 09:26:30 | Jaroslav Fojtik |
|
coders/wpg.c Revert to regain functionlity. |
||
| 08b09e89f1c8 | 2023-11-06 22:47:56 | Bob Friesenhahn |
|
WPG: ExtractPostscript() - Restore previous implementation. |
||
| c6f29fba2522 | 2023-11-06 06:39:17 | Jaroslav Fojtik |
|
coders/bmp.c Reverting condition erase. Please note that "image" could be either empty or contain valid data. Without this condition the previous scene is destroyed. |
||
| a2df49f69acd | 2023-11-06 05:13:06 | Bob Friesenhahn |
|
Added MagickReallocStd(). Fix potential ExpandFilenames() leak. BMP, FITS, WPG fixes. |
||
| fe0204d51af0 | 2023-11-06 04:54:08 | Jaroslav Fojtik |
|
Add 2 samples of WPG that really contains embedded EPS. |
||
| a2be6a996a8c | 2023-10-23 03:50:06 | Jaroslav Fojtik |
|
coders/wpg.c Do not touch to image structure from palette reader. "RecordLength" is a 32bit variable, it should not be long that expands to 64bits. |
||
| 1f6a27d38a28 | 2023-10-23 01:08:59 | Bob Friesenhahn |
|
CommandAccessMonitor(): Add "Access Request: " to the printed access request message. |
||
| a5a8351a112f | 2023-10-22 08:17:42 | Bob Friesenhahn |
|
Make sure that 'update' is initialized |
||
| 8e342d89838c | 2023-10-22 07:52:35 | Bob Friesenhahn |
|
Colorspace: primary_info x,z are float so use floating point math to compute them. |
||
| 113711150b67 | 2023-10-22 07:38:15 | Bob Friesenhahn |
|
WPG: Avoid signed/unsigned compare warning |
||
| 81427600ed1a | 2023-10-22 07:33:39 | Bob Friesenhahn |
|
Add casts to prevent unnecessary value truncation in WIN64 build |
||
| ded17020a237 | 2023-10-22 01:40:01 | Jaroslav Fojtik |
|
wpg.c Do not overflow uint16_t range. |
||
| be9614494006 | 2023-10-22 00:35:28 | Jaroslav Fojtik |
|
coders/wpg.c Prevent addition of two uint_16_t overflow. |
||
| 5fea8d88557e | 2023-10-21 19:26:40 | Jaroslav Fojtik |
|
coders/wpg.c Remove code duplicity for loading WPG1 and WPG2 palette. |
||
| 7bce17dcefba | 2023-10-21 08:07:24 | Jaroslav Fojtik |
|
coders/wpg.c Several warning fix. |
||
| 58b0460d650a | 2023-10-21 01:51:24 | Jaroslav Fojtik |
|
coders/wpg.c Fix loop end to, 256 insert "Palette" chunk header to debug log. |
||
| 3f829d7af6ff | 2023-10-20 17:13:37 | Jaroslav Fojtik |
|
Update changelog. |
||
| f3cf4ad0d3d9 | 2023-10-20 02:04:42 | Jaroslav Fojtik |
|
coders/wpg.c Fix for potentiall access to uninitialised object "Palette". |
||
| aad3abdf507a | 2023-10-19 07:27:04 | Jaroslav Fojtik |
|
coders/wpg.c Late image structure allocation in WPG1. There is no longer need to keep image for palette only. |
||
| 511fffe6a1bf | 2023-10-19 05:41:14 | Jaroslav Fojtik |
|
coders/wpg.c: Do not store palette into image structure before a raster chunk is found. Implemented for WPG l1 only. |
||
| d636c63bb3a9 | 2023-10-18 06:18:59 | Jaroslav Fojtik |
|
coders/wpg.c Demonstration of a correct out of image palette read - unfinished code commented out. |
||
| cd5a56aa3040 | 2023-10-18 03:27:16 | Bob Friesenhahn |
|
ReadWPGImage(): If a colormap is provided, make sure that PsuedoClass indexes are initialized before promoting image to PseudoClass. |
||
| 61280c3dc87b | 2023-10-17 09:53:17 | Bob Friesenhahn |
|
WriteTIFFImage(): Allow use of PHOTOMETRIC_MINISBLACK for Group3 and Group4 compression. |
||
| a6a8699a7b1a | 2023-10-15 00:57:24 | Bob Friesenhahn |
|
ReadWPGImage(): If pixel cache was not initialized at all, then set DirectClass pixels as well. |
||