| Rev. | Time | Author |
|---|---|---|
| 4d266d6a304d | 2022-09-28 22:44:12 | Fojtik |
|
Wrong processing of monochrome BMP image - fixed. |
||
| 96c1066d71ed | 2022-09-27 07:46:17 | Fojtik |
|
Load and save multiple frames from BMP file. |
||
| 4b83b8979d13 | 2022-09-23 16:08:27 | Fojtik |
|
GIF reader buffer needs 256 bytes (schrinked from 512), added GIF writer. |
||
| c36c6b09f592 | 2022-09-22 09:30:10 | Fojtik |
|
Problem with GIF reader fixed. Sometimes some bits of the last symbol overflows end of block. |
||
| 887f91c36dda | 2022-09-22 04:29:25 | Fojtik |
|
Any attempt to save 2 planes image to BMP caused to create invalid file - expand 4 to 16 colors. |
||
| 5e3437a2d8a5 | 2022-09-19 06:19:26 | Fojtik |
|
Missing some methods for concurrent multithreaded raster operations. |
||
| ff03dbe9d73f | 2022-08-22 14:35:18 | Fojtik |
|
Bitmap used for hatch pattern in WMF is loaded, but not fully used yet. |
||
| a8149bf54478 | 2022-08-21 07:02:43 | Fojtik |
|
SaveDC and RestoreDC should work in WMF and also EMF. |
||
| 6d09b5fe1058 | 2022-08-20 19:13:59 | Fojtik |
|
Added reference counting for vector attributes. |
||
| 5a41d15760ae | 2022-07-05 18:13:31 | Fojtik |
|
3.108 |
||
| beb3762f9f88 | 2022-07-04 06:14:44 | Fojtik |
|
Use proper background color for solid text background. |
||
| cb90bbfe9c7c | 2022-07-02 02:24:35 | Fojtik |
|
Convert opaque background for text font. |
||
| d67f654189c0 | 2022-06-05 19:41:42 | Fojtik |
|
Fix text positioning in EXTTEXTOUTW. |
||
| 2940b2d119f3 | 2022-06-03 16:28:25 | Fojtik |
|
Process raster in EMF as "VecRaster", apply world transform to it. |
||
| ffbc46817673 | 2022-06-02 07:40:03 | Fojtik |
|
Calculate bounding boxes on transformed data with "WorldTx" transform. |
||
| 8172f04b8a70 | 2022-06-01 08:05:02 | Fojtik |
|
Update "struct" component of atoms library. |
||
| 49350998eaae | 2022-05-29 19:23:25 | Fojtik |
|
Attempt to convert WorldTransform in EMF. |
||
| fadb556dc9cb | 2022-05-25 04:48:45 | Fojtik |
|
3.107 |
||
| 228af17617b5 | 2022-05-23 15:03:26 | Fojtik |
|
Cleanup a code - redefining standard C++ keywords true and false was not good practise. |
||
| 704c14ecef3e | 2022-05-23 00:29:23 | Fojtik |
|
Attempt to load DIBSTRETCHBLT WMF chunk. |
||
| 8ef9e8366e88 | 2022-05-08 23:30:06 | Fojtik |
|
Update image processing library e.g. use fabs() instead of abs(). |
||
| d0aee654a35a | 2022-05-02 07:43:41 | Fojtik |
|
Raster image processing has been optimised for Win32 and Win64 targets. |
||
| 62262796d9b1 | 2022-05-01 09:27:36 | Fojtik |
|
Extract functions RGB_BGR and NotR to a separate module. |
||
| ff69fcbcc9ba | 2022-05-01 03:12:43 | Fojtik |
|
Critical problem, variable 'i' is not a right index, might run out of boundaries. |
||
| 77a043a35bcc | 2022-04-30 17:23:38 | Fojtik |
|
Wrong pointer size optimisation is severe problem and program must be aborted without asking user. |
||
| 11a908d571b3 | 2022-04-30 17:22:11 | Fojtik |
|
Fixed wrong WMF header CRC calcullation. |
||
| 32dae9ccec86 | 2022-04-29 16:26:26 | Fojtik |
|
Implement POLYBEZIER16 in EMF. |
||
| 3f41d2f1f64c | 2022-04-29 06:06:55 | Fojtik |
|
Added MSVC compillation target for Win64. |
||
| 3085a96f987c | 2022-04-27 16:49:23 | Fojtik |
|
Fix proper WPG2 plain text positioning & bounding box. |
||
| 4b45f3b773e8 | 2022-04-26 10:32:41 | Fojtik |
|
Wrong rendering of WPG2 square and ellipse outline, fixed. |
||