Commit graph

175 commits

Author SHA1 Message Date
Jaex 1591951c08 Added "Padding" option to "Auto crop" image effect 2023-04-24 13:45:22 +03:00
Jaex 43416ecf09 ScrollingCaptureLightForm improvements 2023-03-01 23:01:00 +03:00
Jaex a5dd967047 Performance improvements 2023-02-23 08:02:44 +03:00
Jaex 1c9783702a Added border size & color options to "Pixelate" image effect 2023-01-28 11:42:34 +03:00
Jaex 94e45b5cb8 Update year 2023-01-09 23:31:02 +03:00
Jaex 6af7de1a22 Added WrapAfter option to CombineImages function 2022-10-08 12:38:08 +03:00
Jaex 365c2120ea Code refactoring 2022-10-08 10:24:57 +03:00
Niels Martin Hansen ca3f1cfda0 Fix WavyEdges effect glitchy corners
At least kind of, it still ends up ugly when given extreme parameters, especially depth>range/2, but there isn't an easy way to solve that.
2022-08-20 13:31:18 +02:00
Niels Martin Hansen 35cd09d1e6 Fix TornEdges effect corner glitches 2022-08-20 13:31:18 +02:00
Niels Martin Hansen 838a632999 Correct WavyEdges and TornEdges effects for pixel center origin 2022-08-18 14:36:32 +02:00
Niels Martin Hansen 99f6967620 Bugfixes for WavyEdges function 2022-08-17 23:34:58 +02:00
Niels Martin Hansen 8ca64af596 Remove the Gradient effect type for now
It's troublesome to implement and will probably look kind of weird anyway.
2022-08-17 21:04:04 +02:00
Niels Martin Hansen e0423cf7c0 Implement ZigZag effect via a flag for TornEdges function
This reworks the TornEdges function to give a more consistent result at the corners too.
2022-08-17 19:01:12 +02:00
Niels Martin Hansen a342f8d2b6 Add Wave cut effect 2022-08-17 18:24:02 +02:00
Niels Martin Hansen 9de1953e6d Refactor CutOutBitmapMiddle 2022-08-17 16:14:22 +02:00
Niels Martin Hansen ac0cfcd4ec Proof of concept Torn Edges effect on cut 2022-08-16 23:46:00 +02:00
Niels Martin Hansen d5f522ab80 Rename TrimInteriorTool to CutOutTool 2022-08-16 12:11:13 +02:00
Niels Martin Hansen b1f7441176 Feature #4513, initial prototype 2022-08-16 00:22:54 +02:00
Jaex eea4c17c3f Added PinToScreenStartupForm 2022-07-27 06:27:37 +03:00
Jaex f5ce6bfd32 fixed #6339: Make sure crop rectangle is inside bitmap area 2022-07-13 00:48:50 +03:00
Jaex f60e8dd6f7 Moved file related methods to FileHelpers class 2022-05-03 09:34:18 +03:00
Eric Tetz 5f7c9096e0
Switch to floating point internally. Panning fixes. (#6108)
* Switch to floating point internally. Panning fixes.

* Fix panning/zoom coordination errors.
2022-02-20 09:30:39 +03:00
Jaex bcaca6a0ad Added canvas color button to canvas size form 2022-01-23 12:14:53 +03:00
Jaex 8c3dc0b78c Update year 2022-01-11 19:32:17 +03:00
Jaex 46e8387766 Rename variables 2022-01-05 10:44:18 +03:00
Jaex 241619cc07 Rename variables 2021-12-12 00:21:19 +03:00
Jaex d95f5e30ad Added Threshold option 2021-10-10 13:17:20 +03:00
Jaex d806c9efd4 Added "Replace color" image effect 2021-10-10 13:00:26 +03:00
Jaex 229cb4b206 Allow transparent gradient glow 2021-08-22 22:03:45 +03:00
Jaex c7de378b2e Code refactor 2021-08-22 21:20:38 +03:00
Jaex 433873f201 Allow 0 size in glow image effect 2021-08-22 05:35:20 +03:00
Jaex d2f8aa1517 Added Glow image effect 2021-08-19 02:21:29 +03:00
Jaex e424830c56 Added mask color matrix 2021-08-18 21:30:21 +03:00
Jaex 837ef0a7fc Update year 2021-07-29 06:22:51 +03:00
Jaex 237cae6b1e Code refactor 2021-07-19 00:02:22 +03:00
Jaex ed64fb1050 Refactor FillBackground 2021-07-18 23:35:18 +03:00
Jaex 09c659bbe8 Added auto JPEG quality option 2021-07-18 20:41:33 +03:00
Jaex 7cce221b30 Added fillBackgroundWhite parameter 2021-07-18 18:53:25 +03:00
Jaex 98a06f6f32 Added SaveJPEGAutoQuality function 2021-07-14 19:11:49 +03:00
Jaex a6c84b8ba8 Rename functions 2021-07-14 18:35:47 +03:00
Jaex 2d721e617c Code refactoring 2021-07-14 18:30:26 +03:00
Jaex d7aa0ab7f5 Added CombineImages method 2021-06-14 15:18:09 +03:00
Jaex 09fff80312 Added "Auto fill background" option to image combiner tool 2021-04-06 20:09:06 +03:00
Jaex f060c8b7f4 Added "UseAlternativeClipboardGetImage" option to application settings advanced tab 2021-04-05 21:45:52 +03:00
Jaex 6799edaa1b Added dash style option to "Border" image effect 2021-03-16 08:08:41 +03:00
Jaex 5f26d21569 Draw custom toolbar grips 2020-10-08 17:21:30 +03:00
Jaex d5d8643c1f fixed #5095: Convert indexed bitmap to 32 bpp argb 2020-10-04 23:21:02 +03:00
Jaex dcdf0d46f9 Fix transparent color issues in theme 2020-09-30 00:52:20 +03:00
Jaex 31c94623da In image editor show menu tooltips for task status 2020-09-20 02:26:53 +03:00
Jaex ea695ab926 Code refactor 2020-09-15 03:36:49 +03:00