| Rev. | Time | Author |
|---|---|---|
| 7b1e4f7e62b0 | 2023-09-22 07:58:42 | Jaroslav Fojtik |
|
coders/bmp.c Display bitmasks into optional log. |
||
| d1a689f0b9e9 | 2023-09-21 22:21:06 | Bob Friesenhahn |
|
Add test for JPEG-compressed BMP |
||
| 77c67d52d5a8 | 2023-09-21 08:45:50 | Jaroslav Fojtik |
|
PerlMagick/t/input_JPEG.bmp Added BMP sample with JPEG encoding. |
||
| 692b6e277882 | 2023-09-21 07:31:46 | Bob Friesenhahn |
|
Add note to ChangeLog. Update generated files |
||
| de05af6c7e68 | 2023-09-21 07:05:16 | Jaroslav Fojtik |
|
coders/bmp.c Only 16bpp and 32bpp is supported for BI_BITFIELDS compression type. 8bpp is not implemented. |
||
| 72785f88a361 | 2023-09-21 06:06:01 | Jaroslav Fojtik |
|
coders/bmp.c Remove duplicity, same information has been logged twice. |
||
| b968f0494cd7 | 2023-09-20 22:06:11 | Bob Friesenhahn |
|
tests: Fix GCC 13 warnings related to strncpy() |
||
| e8332619326f | 2023-09-19 22:23:09 | Bob Friesenhahn |
|
Update generated files |
||
| f94cf995ab0f | 2023-09-19 08:12:52 | Jaroslav Fojtik |
|
VisualMagick/tests/runtest.bat VID is not a regular image format. Do not use batch test for it. |
||
| 7ae5adfc14ae | 2023-09-18 22:24:35 | Bob Friesenhahn |
|
BMP coder module now optionally depends on libjpeg |
||
| ba96367322cb | 2023-09-18 22:19:45 | Bob Friesenhahn |
|
Add documentation for -define bmp:allow-jpeg |
||
| daa2bc97aa3f | 2023-09-18 07:17:29 | Jaroslav Fojtik |
|
coders/bmp.c Remove experimental code ExportPixelAreaOptionsInit. |
||
| 677224a9b8e7 | 2023-09-18 07:12:50 | Jaroslav Fojtik |
|
coders/bmp.c Ability to write JPG encoded image. Using a new command line switch: -define bmp:allow-jpeg |
||
| 19d29252e157 | 2023-09-18 04:01:55 | Bob Friesenhahn |
|
JP2: BlobRead()/BlobWrite(), if value does not fit in int, then return 0 |
||
| 39266dbb994f | 2023-09-18 03:40:33 | Bob Friesenhahn |
|
Eliminate duplicate utility name output in error messages when utility is executed via a magick compatibility link |
||
| 9289a384e55a | 2023-09-18 01:47:28 | Bob Friesenhahn |
|
Update VisualMagick configure welcome text based on my current understanding |
||
| b2b0efbb0e26 | 2023-09-17 18:39:23 | Jaroslav Fojtik |
|
VisualMagick/configure/welcome_page.cpp Notify user that MSVC older than 2008 is not supported. |
||
| 6007f4a6acd2 | 2023-09-17 18:13:32 | Jaroslav Fojtik |
|
VisualMagick/magick/magick_config.h.in Expose ENABLE_SVG_WRITER switch here. |
||
| 28dc168bafba | 2023-09-17 03:49:15 | Bob Friesenhahn |
|
Update generated files |
||
| c00df76d60b5 | 2023-09-17 03:22:59 | Jaroslav Fojtik |
|
coders/mat.c Cleanup one unneeded warning. |
||
| f0bba104ee38 | 2023-09-16 23:36:43 | Bob Friesenhahn |
|
Update the copyright year |
||
| 7970e26cdef7 | 2023-09-16 01:29:51 | Bob Friesenhahn |
|
ipa_bmp_draw(): Print bmp.data as the pointer it is rather than casting to a 'long' |
||
| 85068dab75e9 | 2023-09-16 00:23:27 | Bob Friesenhahn |
|
PNMReadThreads(): Fix compiler warning regarding overflow |
||
| f40fc1e9b251 | 2023-09-15 23:59:28 | Bob Friesenhahn |
|
WriteSUNImage(): Test for sun_info.length overflow in a way which should not provoke a compiler warning |
||
| 6b10da4b6a37 | 2023-09-15 05:25:58 | Bob Friesenhahn |
|
coders/xtrn.c: Require EnableXTRNCoder define to have a true value |
||
| fb80a66a49f7 | 2023-09-13 22:22:58 | Bob Friesenhahn |
|
VisualMagick/magick/magick_config.h.in: Block building the XTRN coder unless the user enables EnableXTRNCoder |
||
| 70cc2017bd5a | 2023-09-13 02:12:16 | Bob Friesenhahn |
|
ImageMagickObject.rst: Fix directory path to ImageMagickObject |
||
| abe28768b885 | 2023-09-11 08:19:02 | Bob Friesenhahn |
|
Initialize locale settings for test program the same as the gm utility. |
||
| 97634dbcd2e2 | 2023-09-09 20:20:39 | Jaroslav Fojtik |
|
coders/xtrn.c Fixed crash on dereferenced NULL pointer. |
||
| bc0e3fe2eb00 | 2023-09-08 08:27:44 | Bob Friesenhahn |
|
SetImageAttribute(): Remove SetImageAttribute() Extending attribute value text code entirely |
||