Commit Graph

48 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
ca2853b7ba Use QJSEngine with Qt >= 5.5 2015-11-03 21:45:20 +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
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
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
4d4e6ba96d Debug output removed 2013-10-06 13:46:14 +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
e46acf3375 Small changes in bit assignment 2013-09-14 21:09:54 +06:00
Vladimir
1b020fcdb1 Fixed saving control characters to *.xml and *.c 2013-07-19 23:50:43 +06:00
Vladimir
3e92326e07 Added parameter CharactersSortOrder to FontOptions 2013-05-06 21:36:04 +06:00
Vladimir
406495baa9 Handler for font minimize height was updated 2013-01-26 02:48:50 +06:00
Vladimir
290739ad12 Added last lines of grid 2013-01-25 19:48:22 +06:00
Vladimir
c01f6bec3b Added limits to minimum size after cropping 2013-01-25 19:36:14 +06:00
Vladimir
9e06886117 Added model 2013-01-24 23:16:23 +06:00
Vladimir
0d017f1835 Image conversion sequence extracted to parseImage() 2013-01-16 19:50:17 +06:00
Vladimir
26a0585a65 Files moved to other directories to make sources more structured 2013-01-13 14:16:24 +06:00