LCD Image Converter Changelog

What's new in LCD Image Converter Revision 030b30d

Jan 22, 2020
  • Added:
  • Command line option '--input' to specify font document xml file for command-line mode conversion.
  • Tags app_rev and app_date for application revision and date.
  • Completer to encoding's combobox.
  • New tag 'out_image_preview' and settings to generate image preview in output file.
  • Custom script to process pixel's data.
  • Multiplicity of font's width/height.
  • Fixed:
  • Losing of empty parameters in Image settings block.
  • Selection of template files in the settings.
  • Clear the fill mask when changing the data block size.
  • Editor's selection outline.
  • Build with Qt 5.11.
  • Scanning of images of 1px width, splitted to rows, for predefined scripts only.
  • Changed:
  • RLE minimal sequence block's count decreased to 1.
  • RLE prefix for sequence with length == 1 changed from '(-1)(data[1])' to '(+1)(data[1])'.
  • Tab page 'Prepare' in settings.
  • Tooltips on toolbuttons.
  • Set font's encoding to UTF-8 by default.
  • Optimize height/width in Resize dialog.
  • Removed:
  • Support for Qt version < 5.5.
  • Ability to hide toolbars.

New in LCD Image Converter Revision 6998b5e (Feb 27, 2014)

  • Fixed:
  • Broken image prepare sequence
  • Russian translation
  • Loading of images in some formats
  • Added:
  • Optional characters sorting in 'Font Change...' dialog

New in LCD Image Converter Revision 1b020fcdb148 Beta (Oct 10, 2013)

  • Added:
  • New encodings;
  • Sorting table characters by codes;
  • Dialog to select new characters by range;
  • Ability to specify custom font size;
  • Support for characters 0x01...0x1f.
  • Files included:
  • lcd-image-converter.exe
  • plugins\
  • imageformats\
  • qgif4.dll
  • qico4.dll
  • qjpeg4.dll
  • qmng4.dll
  • qsvg4.dll
  • qtga4.dll
  • qtiff4.dll
  • font.tmpl
  • image.tmpl
  • libgcc_s_dw2-1.dll
  • mingwm10.dll
  • QtCore4.dll
  • QtGui4.dll
  • QtNetwork4.dll
  • QtXml4.dll
  • QtXmlPatterns4.dll
  • readme.txt

New in LCD Image Converter Revision ce530e158ca3 (Oct 10, 2013)

  • Fixed:
  • Feature 'Optimize height';
  • Save font parameters for newly created font.
  • Files included:
  • lcd-image-converter.exe
  • plugins\
  • imageformats\
  • qgif4.dll
  • qico4.dll
  • qjpeg4.dll
  • qmng4.dll
  • qsvg4.dll
  • qtga4.dll
  • qtiff4.dll
  • font.tmpl
  • image.tmpl
  • libgcc_s_dw2-1.dll
  • mingwm10.dll
  • QtCore4.dll
  • QtGui4.dll
  • QtNetwork4.dll
  • QtXml4.dll
  • QtXmlPatterns4.dll
  • readme.txt

New in LCD Image Converter Revision 4e8c626a9ac0 (Jan 10, 2013)

  • Fixed:
  • Bug when editing template file paths;
  • A grid in the font preview dialog restored.
  • Added:
  • Reordering bits;
  • Scanning of the bands;
  • Scaling by mouse wheel + Ctrl.

New in LCD Image Converter Revision b4efed4 (Dec 29, 2012)

  • Fixed:
  • Font regeneration algorithm was changed: possible add new character without changing others.
  • Added:
  • Undo/Redo support.

New in LCD Image Converter Revision d2c5421 (Dec 29, 2012)

  • Fixed:
  • Italic font's drawing;
  • Reading of configuration templates;
  • Order of bytes for Unicode Little-Endian and Big-Endian;
  • Font size changed from points to pixels, to avoid depending of the font size from screen's DPI.
  • Scan direction for settings more easy;
  • Changed template's variables format.
  • Added:
  • Dialog 'Setup' was changed.
  • RLE compression;
  • Feature to combine selected characters to one image;
  • Opening many files at once;
  • Output file name are now saved in document;
  • Document's file are now selected by default in 'Save' dialog;
  • Call of external tool to image editing;
  • Shift image to up/down/left/right;
  • Conversion for all opened documents at once;
  • Changed characters list in font's editor;
  • Version history in 'About' dialog;
  • 'Check updates' in 'About' dialog, by downloading history from project's home page

New in LCD Image Converter Revision be13e6f (Dec 29, 2012)

  • Conversion algorithm was fully changed to make it more universally and flexible.

New in LCD Image Converter Revision 0421b4d (Dec 29, 2012)

  • Fixed:
  • Unicode character codes;
  • Bug with replacing character 'd' by default image;
  • Small changed in menu items text.
  • Added:
  • BOM (append/remove) option for unicode font output;
  • Font preview dialog;
  • Multi characters inserting in font select dialog.

New in LCD Image Converter Revision de6afc9 (Dec 29, 2012)

  • Fixed:
  • Empty items on start screen.