| Rev. | Time | Author |
|---|---|---|
| ae1232170d84 | 2023-11-25 23:09:10 | Fojtik |
|
Remove useless assign operation that causes warning. |
||
| 3943ce48eb3d | 2023-11-25 19:00:47 | Fojtik |
|
Shrink oversized SVG image. |
||
| c10af799835f | 2023-11-24 07:45:20 | Fojtik |
|
Vector path can be created from line and curve segments. |
||
| ab9b62f02b2a | 2023-11-23 06:53:06 | Fojtik |
|
Fix SVG path processing. |
||
| 8384dd68afbd | 2023-11-18 00:12:32 | Fojtik |
|
Attempt to cleanup after "make distclean" a little bit more. |
||
| 55aeb59e70f5 | 2023-11-16 08:55:21 | Fojtik |
|
Invalid palette handling in PNG writer - fixed. |
||
| 1407ad69efc2 | 2023-11-15 08:25:33 | Fojtik |
|
Ability to load multiple scenes from PPM/PNM/PGM formats. |
||
| 10c745b1ea17 | 2023-11-15 07:01:41 | Fojtik |
|
Prevent accessing uninitialised memory, png_get_PLTE() must return PNG_INFO_PLTE to be sure that arguments are properly set. |
||
| 1709ecc89b33 | 2023-11-14 14:20:59 | Fojtik |
|
Raster1DAbstract::Get() forces only one method bypassing VMT, it is neccesary to use ((const Raster1DAbstract*)this)->Get(). |
||
| b988e9cf34a4 | 2023-11-13 09:08:37 | Fojtik |
|
Improve PBM, PPM, PGM reader and writer. |
||
| 9023dce8867b | 2023-11-13 00:08:59 | Fojtik |
|
Unwanted pointer increase on 64bit architecture causes crash. |
||
| a8a4475f2373 | 2023-11-12 08:55:24 | Fojtik |
|
Check MaxVal value in PBM images. |
||
| adb66173ddce | 2023-11-10 09:36:43 | Fojtik |
|
Remove unpleasant warning from matrix.cc. |
||
| d30a2e5d5f56 | 2023-11-09 09:41:26 | Fojtik |
|
Add a support for BMPs with 64bpp. |
||
| 1812dccdab10 | 2023-11-07 10:28:54 | Fojtik |
|
Fix another problem in WP formulas. |
||
| fe0ab0a853eb | 2023-11-05 17:22:09 | Fojtik |
|
Replace strstr() with strchr() when looking for 1 character - it is faster. |
||
| 34987e5eecdc | 2023-11-04 18:40:27 | Fojtik |
|
Fix a bug in a WP formula parser. |
||
| 64787d2be560 | 2023-11-03 16:02:03 | Fojtik |
|
Attempt to restore relative image paths in a target LaTeX file. |
||
| e04f80f49a37 | 2023-11-03 06:40:15 | Fojtik |
|
Add a new command line switch "-shrink-images". |
||
| eeb189befdf6 | 2023-11-02 07:59:35 | Fojtik |
|
Attempt to shrink oversized EPS. |
||
| 6155c4ed1a43 | 2023-10-31 08:47:23 | Fojtik |
|
Do not use WMF reader from pictures library, WP2LaTeX has its own implementation. |
||
| 8933928f9111 | 2023-10-31 03:51:30 | Fojtik |
|
4.3 |
||
| 8df925d502bb | 2023-10-30 05:50:09 | Fojtik |
|
RTF converter has been refactored. |
||
| a3dbe9940c52 | 2023-10-23 08:13:26 | Fojtik |
|
Characters \n and \r should not stop BASE64 encoding. |
||
| f58c47c4551f | 2023-10-22 18:39:13 | Fojtik |
|
Add css style parser into a SVG reader. |
||
| a9bcea68390c | 2023-10-16 06:19:05 | Fojtik |
|
Fix for oversized SVG header. |
||
| d88407cd1cb6 | 2023-10-14 21:01:54 | Fojtik |
|
Implement delayed object read in SVG. |
||
| fc086de6b6c0 | 2023-10-12 06:51:08 | Fojtik |
|
Add modules for loading WMF and EMF as images. |
||
| c5a0bfef8e43 | 2023-10-05 08:49:18 | Fojtik |
|
Fixed problem in header/footer conversion. |
||
| ec2dd2b304ce | 2023-10-04 19:54:32 | Fojtik |
|
Missing check for EOF in wv parser causes also WP2LaTeX to crash. |
||