8 Commits

Author SHA1 Message Date
Donovan Watteau 1162174448 JANITORIAL: IMAGE: Use web.archive.org link for www.fileformat.info
Looks like the URL for this specification of the PCX format is becoming
unstable on this site, lately -- let's just use a stable URL at
web.archive.org instead.

Also, when referencing the FFmpeg PCX decoder, link to an FFmpeg
release tag that should be close to what was checked back when this
was committed.
2026-01-25 09:16:39 +01:00
Donovan Watteau 69dd0889cc JANITORIAL: Update some HTTP links in comments to HTTPS
The modern web is mostly HTTPS now, and some browsers may start giving
warnings when one uses a plain HTTP connection.

Only update the protocol when the HTTPS connection exists and fully
works.  Code from external projects/tools is kept as is.
2025-10-29 14:22:37 +01:00
Cameron Cawley b93a5e68dc IMAGE: Use a 24bpp pixel format for true colour PCX images 2025-07-13 20:01:28 +03:00
Matthew Jimenez 1413a8318c IMAGE: Fix 24bpp PCX image decoding.
The RGB planes were flipped and TESTBED image decoder tests revealed this bug. AGS is the only engine that allows for 24bpp PCX image, but an example game is currently unknown.
2025-02-28 02:57:34 +02:00
Matthew Jimenez 4a01560a44 IMAGE: Replace palette byte arrays with Palette class 2025-02-27 00:04:00 +02:00
Donovan Watteau 5b1ec56f96 JANITORIAL: Fix some lost or outdated URLs in comments 2022-05-19 07:57:31 +03:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Matthew Hoops 740b6e8fbd IMAGE: Move all ImageDecoders to image/ 2014-02-28 00:27:28 -05:00