Commit Graph

27 Commits (master)

Author SHA1 Message Date
Valeriy Mironov 9c028a9c07 Added unpacking of 32-bit images appeared in some new official WFs 2019-05-04 11:47:08 +03:00
Valeriy Mironov 4ad3537a26 Added support for non image resources 2019-05-04 11:44:19 +03:00
Valeriy Mironov baa352661d Revert "Added unpacking of 32-bit images appeared in some new official WFs"
This reverts commit 1c3663b65d.
2019-05-02 20:45:29 +03:00
Valeriy Mironov 1c3663b65d Added unpacking of 32-bit images appeared in some new official WFs 2018-08-20 01:53:54 +03:00
Valeriy Mironov 10273531cf Fixed error on searching images 2018-06-09 15:12:24 +03:00
Valeriy Mironov 7d0938b569 Animated preview generation code now read states from a PreviewStates.json file, preview generated using Mono runtime will have separate .png files instead of 1 .gif, added support for drawing correct weather icon depending on weather condition in state 2018-06-09 12:31:09 +03:00
Valeriy Mironov 631b90fcb5 Added sorting palette of images (fixes #23) 2018-03-25 11:44:16 +03:00
Valeriy Mironov e906ed4ff2 Added support for packing a new format of .res-file (fixes #18) 2018-02-02 01:23:37 +02:00
Valeriy Mironov 2398ab8086 Added reading new format of .res-files, fixed order of drawing AmPm element 2018-01-27 20:57:41 +02:00
Valeriy Mironov 3e6f8c44fe Removed using C#7 features 2018-01-10 10:27:36 +02:00
Valeriy Mironov 1957abecbc Added support for time elements drawing order, fixed displaying time when DrawingOrder isn't present, added drawing preview for state when current temperature isn't available 2017-12-25 12:58:20 +02:00
Valeriy Mironov c28196305f Fixed typo in debug message 2017-12-15 01:50:57 +02:00
Valeriy Mironov 128a3fa33e Fixed dithering for images with 8-bit alph-channel (closes #8), applied dithering on images loading step to generate previews using dithered image 2017-12-14 23:16:29 +02:00
Valeriy Mironov cbc3e37b8c Fixed packing .res files unpacked with latest version (using leading zeroes in image file names) 2017-12-10 12:30:33 +02:00
Valeriy Mironov 1eb3d0f292 Changed naming of extracted images to have 3 digits with leading zeroes, added loading of images named this way, closes #9 2017-12-09 12:18:29 +02:00
Valeriy Mironov 3d0b01fe0d Improved speed of decoding/encoding images, added generating animated previews, fixed drawing clock hands 2017-12-05 04:04:59 +02:00
Valeriy Mironov 027b9c266d Generating preview on packing/unpacking watchface 2017-12-02 23:15:06 +02:00
Valeriy Mironov fa2cbebad2 Added saving resources version on unpacking .res file, added packing .res file, closes #1 2017-11-29 04:42:21 +02:00
Valeriy Mironov a6f36424e8 Added dithering for images on packing, added deleting incomplete bin if error happened on packing, closes #2 2017-11-28 15:41:48 +02:00
Valeriy Mironov c5a1ed3fef Increased version 2017-11-26 21:58:26 +02:00
Valeriy Mironov 067d0ce3fc Reworked for Net 4.0 compatibility 2017-11-26 21:24:57 +02:00
Valeriy Mironov 78c009f7e3 Fixed packing images with only one color 2017-11-26 10:33:27 +02:00
Valeriy Mironov e23093230e Implemented basic WF packing, some packed WF still doesn't work correctly 2017-11-25 21:34:46 +02:00
Valeriy Mironov dbad1974fe Improved warning message for not supported colors 2017-11-25 13:15:01 +02:00
Valeriy Mironov ce8bcabd50 Added warning for not supported colors on extracting images 2017-11-25 12:58:08 +02:00
Valeriy Mironov 68274901de Strted adding support for validating images on packing watchface, added support for alpha-channel on extracting images 2017-11-25 12:10:44 +02:00
Valeriy Mironov 6986268043 Moved resources related work to separate project, improved parsing logging, added support for parsing 'game' watchface, renamed several classes and attributes 2017-11-25 01:03:47 +02:00