Commit Graph

86 Commits

Author SHA1 Message Date
Vladimir
199da5a413 Added comments to code 2016-03-15 22:13:53 +05:00
Vladimir
e2e011b611 Updated EOF detection in BitStream;
To fix infinite loop, caused by empty source data.
2016-03-15 22:12:08 +05:00
Vladimir
469a7a45e1 Fixed preview with new QJSEngine;
Changed ownership of QObject convImage in QJSEngine to prevent object's deletion by engine;
Bug appears on opening dialog Options -> Conversion -> Show preview.
2016-03-14 10:35:45 +05:00
Vladimir
3741fb1919 Null reference from list #32744 2015-11-12 18:01:59 +05:00
Vladimir
d42d9ec3db Null reference from list #32743 2015-11-12 18:00:42 +05:00
Vladimir
8392df2d9d Tags map names not removed #32737 2015-11-11 22:07:45 +05:00
Vladimir
ef834e884a Tags values map not removed #32736 2015-11-11 22:06:42 +05:00
Vladimir
ca2853b7ba Use QJSEngine with Qt >= 5.5 2015-11-03 21:45:20 +05:00
Vladimir
6dff720433 Alpha-channel added to drawing options of font 2015-11-02 19:57:24 +05:00
Vladimir
0dca76c492 Added method to draw SVG to QImage 2015-02-04 21:57:07 +05:00
Vladimir
8f2a9e97f5 Added method to get background color from corners 2015-02-04 20:12:35 +05:00
Vladimir
5cf2949c5e Revert "'Font style' replaced by 'bold' and 'italic'"
This reverts commit 584691aed0.
2014-09-11 18:38:26 +06:00
Vladimir
d29c9238d1 Use RLE min length in conversion 2014-08-13 01:17:08 +06:00
Vladimir
ac0202e973 Method makeGrayscale() updated to save alpha channel 2014-08-07 21:03:35 +06:00
Vladimir
502e386884 Changed method of pixel's modification 2014-08-07 19:58:28 +06:00
Vladimir
04ce4e5dd7 Added handler to make image grayscale 2014-07-19 18:08:27 +06:00
Vladimir
584691aed0 'Font style' replaced by 'bold' and 'italic' 2014-06-07 23:54:42 +06:00
Vladimir
58ef872449 Load preset before conversion 2014-05-27 19:36:15 +06:00
Vladimir
086117fc53 Changed image data scanning and packing 2014-01-18 00:09:28 +06:00
Vladimir
84154e3962 Changed method definition 2014-01-17 23:50:42 +06:00
Vladimir
9ca00ace3a Removed rotate/flip from 'prepare' sequence 2014-01-08 14:34:45 +06:00
Vladimir
a100ba658a Changed workaround for nbsp 2013-10-14 22:38:24 +06:00
Vladimir
9c6b3ac4dd Changed escape string for @, added reverse method 2013-10-14 22:01:20 +06:00
Vladimir
587bb27ca5 Added check for empty script output 2013-10-11 18:55:30 +06:00
Vladimir
4d4e6ba96d Debug output removed 2013-10-06 13:46:14 +06:00
Vladimir
ec0394b8e6 Fixed EOL and indenting in image to string conversion 2013-10-06 13:39:04 +06:00
Vladimir
4db76c64dc Native scanner replaced by scripts 2013-10-06 13:36:23 +06:00
Vladimir
aafecea7f0 Empty output is error 2013-10-06 00:04:34 +06:00
Vladimir
09e7cd0f4d Added script exception handler 2013-10-05 23:51:09 +06:00
Vladimir
8783576ed5 Fixed method ConvImage::setUseBands 2013-10-05 22:28:24 +06:00
Vladimir
ddab0e2e76 Scripts fixed 2013-10-05 21:23:37 +06:00
Vladimir
2ad2d98ffc Added Q_INVOKABLE to some methods in ConvImage 2013-10-05 20:06:42 +06:00
Vladimir
fca31f6fa1 Changed script processing method name 2013-10-05 02:31:19 +06:00
Vladimir
7de60aade4 QList replaced by QVector 2013-10-05 02:30:41 +06:00
Vladimir
cfb41a398a Q_INVOKABLE used instead of public slots 2013-10-04 18:46:20 +06:00
Vladimir
b718dfef87 Added empty script files and method to get them 2013-10-04 18:42:11 +06:00
Vladimir
2dddfe7bcf Test 4 2013-10-03 19:58:38 +06:00
Vladimir
85b4435058 Test 3 2013-10-03 00:34:07 +06:00
Vladimir
2b84b64e46 Test 2 2013-10-02 22:01:03 +06:00
Vladimir
13b34b38e1 Test scripts 1 2013-10-02 21:46:41 +06:00
Vladimir
b0cb624f23 Added class for image object in scripts 2013-10-02 20:32:31 +06:00
Vladimir
6035a5dc3f Fixed alpha-channel for image preview 2013-09-26 20:04:56 +06:00
Vladimir
d4b4582957 Alpha channel saved in pixel's color 2013-09-25 21:40:22 +06:00
Vladimir
c6d666bb3f Removed mask for alpha channel 2013-09-25 21:32:38 +06:00
Vladimir
81a2df14e9 Changed dataToString parameters list, ImageOptions is used now 2013-09-17 21:31:58 +06:00
Vladimir
a8cc228de7 Added 'suffix' and 'delimiter' parameters to dataToString method 2013-09-17 20:14:07 +06:00
Vladimir
ae0dc6fea1 Extracted function fast uint2hex 2013-09-17 20:03:40 +06:00
Vladimir
923ecd832b BitStream updated to optional set bits to 1 by default 2013-09-17 02:02:30 +06:00
Vladimir
4b003160c1 Workaround for the simplest algorithms with '1' bits by default 2013-09-14 22:43:43 +06:00
Vladimir
863475513a Added new tag 'out_images_max_blocks_count' 2013-09-14 22:39:38 +06:00