Commit Graph

99 Commits

Author SHA1 Message Date
Elias Batek 7d39086857 Rename scanSubPixmap() to scanArea() 2024-10-08 00:22:35 +02:00
Elias Batek 0bdea48b9b Fix bidirectional features of SubPixmapScanner 2024-10-08 00:21:53 +02:00
Elias Batek 8aaaa2a3c2 Implement 180° rotation function 2024-10-07 04:50:28 +02:00
Elias Batek cf2e084a70 Fix flipVertically() 2024-10-07 04:17:22 +02:00
Elias Batek 582e47c13b Implement vertical flipping 2024-10-07 04:06:31 +02:00
Elias Batek a2f437d4ad Make PixmapScanner types bidirectional ranges 2024-10-07 03:43:44 +02:00
Elias Batek db6b6d1f74 Slightly improve docs and usability 2024-10-07 03:24:22 +02:00
Elias Batek 1fbdcab948 Implement horizontal flipping 2024-10-07 03:23:36 +02:00
Elias Batek 65ba2793cb Move that back
Why did I move this in the first place?
2024-10-07 02:09:33 +02:00
Elias Batek 9fdaf00197 Fix the coordinate system diagram
To quote one of my IN(formation)SY(stems) teachers,
“Sorry, this is just a copy-paste mistake.”
2024-10-07 01:57:46 +02:00
Elias Batek e5841da630 Add further general documentation to PixmapPaint 2024-10-07 01:49:00 +02:00
Elias Batek fc346c3ec2 Fix cropInPlace() 2024-10-07 01:48:04 +02:00
Elias Batek 6978d1f2dd Implement clockwise rotation 2024-10-07 00:17:36 +02:00
Elias Batek d60426e833 Add Pixmap copy function 2024-10-06 21:52:39 +02:00
Elias Batek 8bf54227ae Add documentation for the crop functions 2024-10-06 20:31:01 +02:00
Elias Batek eade7a3754 Fix and improve documentation of PixmapPaint 2024-10-06 03:55:04 +02:00
Elias Batek 1d2f907d3c Implement Pixmap cropping 2024-10-06 03:54:47 +02:00
Elias Batek 33cd84552b Fix refucktoring regression 2024-10-06 01:43:20 +02:00
Elias Batek 9418cbaa24 Document the coordinate system used by PixmapPaint 2024-10-06 01:35:08 +02:00
Elias Batek 0bdcc43a57 Fix SubPixmap 2024-10-06 01:34:51 +02:00
Elias Batek a391b8dad9 Remove leftover debug{writeln();} 2024-10-06 01:34:18 +02:00
Elias Batek 38301f1507 Document SubPixmap.xferTo()
and improve docs slightly.
2024-10-06 00:19:32 +02:00
Elias Batek 1d0822c89a Rename SubPixmap.isSound() to SubPixmap.isValid() 2024-10-06 00:19:19 +02:00
Elias Batek d83ae00982 Make the pure round()ing function private 2024-10-06 00:00:42 +02:00
Elias Batek 011abf026e Add SubPixmap support to PixmapPaint 2024-10-05 23:59:55 +02:00
Adam D. Ruppe 2f457a1dbe hacks to make it build on Windows 2024-09-23 21:32:32 -04:00
Elias Batek 3b33ac7f30 Document arsd.pixmappaint module 2024-08-18 03:24:26 +02:00
Elias Batek cc64d0c104 Add color-inversion functions 2024-05-26 16:56:45 +02:00
Elias Batek 0b2481bab6 Refactor blending functions 2024-05-26 16:26:09 +02:00
Elias Batek 1aae3674dc Improve documentation 2024-05-26 15:07:11 +02:00
Elias Batek 5d839f34c2 Implement color-burn, color-dodge, difference, exclusion and subtract blend modes 2024-05-26 14:58:41 +02:00
Elias Batek bd4ec9b45a Implement overlay + hard-light + soft-light blend modes 2024-05-26 03:49:57 +02:00
Elias Batek e4551548cd Fix typos and clean up 2024-05-25 01:59:11 +02:00
Elias Batek ca6dd1bb90 Implement "divide" blend-mode 2024-05-25 01:58:36 +02:00
Elias Batek 9a4f8467f8 Implement "lighten" + "darken" blend-modes 2024-05-25 00:58:05 +02:00
Elias Batek 6e469c27bd Refactor pixel-blending 2024-05-25 00:39:10 +02:00
Elias Batek 6072e6d8fd Update docs 2024-05-24 04:59:42 +02:00
Elias Batek bd502fb912 Rename `typeCast!T()` to `castTo!T()` 2024-05-24 04:56:36 +02:00
Elias Batek 033770a6c6 Turn clumsy `static assert` into a `pragma(msg)` 2024-05-24 04:45:48 +02:00
Elias Batek 5c2817e563 Fix alpha-blending with color-mix/blend functions 2024-05-24 04:44:44 +02:00
Elias Batek 511ec3ed6d Rename BlendMode.overwrite to BlendMode.replace 2024-05-06 01:06:18 +02:00
Elias Batek 9d0c6e1d0c Add functions for loading image-data from arsd.color 2024-05-06 00:49:20 +02:00
Elias Batek 7c3d511a33 Prepare implementation of blend modes 2024-05-06 00:48:49 +02:00
Elias Batek 44dfc72d78 Cleanup 2024-04-24 22:25:52 +02:00
Elias Batek 486195859c Refactor blocks 2024-04-24 03:00:47 +02:00
Elias Batek 23e3d59538 Add sprite-sheet functionality 2024-04-24 02:57:30 +02:00
Elias Batek 9bc0dd74ea Add docs, comments and Pixmap.clone() 2024-04-24 02:34:28 +02:00
Elias Batek 762280aa4c Implement a couple of drawing functions
Copied over from older codebases of mine.
2024-04-24 02:30:38 +02:00
Elias Batek 0e79aea973 Move Pixmap functionality into its own module 2024-04-24 01:02:03 +02:00