Commit Graph

22 Commits

Author SHA1 Message Date
morkt
5f9340c32b (VF): addtional check for exe files. 2023-10-20 18:13:19 +04:00
morkt
3c3f2013ef updated formats.
(ExeFile): limited support for 16-bit Windows executables.
(MbImageFormat): recognize 'MK' signature.
(XP3, VF, YPF): added common executable signature.
(PICT): improved parser.
(Macromedia): improved support, recognize archives within windows executables.
(SEEN): fixed decompression.
2023-09-25 21:01:22 +04:00
morkt
bfd81f9ec4 Formats update.
(HG3): attempt to recognize swapped Red/Blue channels.
Fairytale BDT archives.
(XP3, VF): add 'exe' to extensions list.
(DXR): consolidated Macromedia Director archives.
(SND): support mp3 streams.
(QPK): PSP resource archive.
(GRC): support encrypted images.
2023-09-14 19:17:31 +04:00
morkt
42327c595b (LiveMaker): support scrambled entries. 2019-03-20 13:33:25 +04:00
morkt
48d741c37c (VFF): recognize multi-part archives. 2018-08-09 08:15:57 +04:00
morkt
95f8aae480 (GAL): recognize version 102. 2018-06-19 14:11:03 +04:00
morkt
d972b02170 (GAL): removed layer limit. 2018-05-10 02:08:44 +04:00
morkt
7eb760d234 (GALX): support 8bpp images. 2018-02-28 11:45:51 +04:00
morkt
d741215219 (GAL): implemented multi-frame images as archives. 2018-02-24 20:40:19 +04:00
morkt
cd4e1174af fixed code to work with new resource settings interface. 2018-01-08 20:04:23 +04:00
morkt
54fbad8ff1 implemented 'GaleX' images. 2017-12-30 00:33:28 +04:00
morkt
31a01f2e5d use HasExtension method instead of string.EndsWith. 2017-04-10 23:15:13 +04:00
morkt
1942af2774 (GalReader.ReadJpeg): is_alpha argument is redundant. 2017-03-09 10:50:32 +04:00
morkt
859a327f65 (GAL): fixed jpeg unpacker. 2017-03-05 21:52:05 +04:00
morkt
42dce0e586 (ExeFile): new class to seek for resources within EXE files. 2017-01-23 18:35:16 +04:00
morkt
13cf289bae (ImageFormat.ReadPalette): new static methods.
Generalized image palette deserializations.
2017-01-14 16:27:11 +04:00
morkt
bb18303eb4 IBinaryStream migration. 2016-10-16 09:22:53 +04:00
morkt
f1d66206bc (IResource.CanWrite): new property.
(ArchiveFormat.CanCreate): renamed to CanWrite.
2016-10-11 00:05:22 +04:00
morkt
6ca6dd7e19 (VffOpener): recognize archives embedded into EXE files. 2016-08-08 17:57:00 +04:00
morkt
eb61ca6861 (VffOpener): offsets are 64-bit integers. 2016-06-14 18:12:21 +04:00
morkt
dd9ed869c5 (GalFormat): use string representation of keys instead of numeric. 2016-06-10 06:27:21 +04:00
morkt
cb04b322f2 implemented 'vff' archives and GAL images. 2016-06-10 04:39:29 +04:00