Commit graph

98 commits

Author SHA1 Message Date
Jaex 077e74a2d4 Update year 2024-01-03 02:57:14 +03:00
Jaex cb4d4d1924 Added Background & EdgeOverlap options to DrawParticles image effect 2023-12-01 02:00:56 +03:00
Jaex 08a00c1696 Added image effect option summary near effect names 2023-05-20 00:10:32 +03:00
Jaex 34b4e068cc Added "Tile" option to "DrawBackgroundImage" image effect 2023-05-17 21:39:19 +03:00
Jaex c996061d2e Added "Center" option to "DrawBackgroundImage" image effect 2023-05-17 20:05:16 +03:00
Jaex f9cab94ac3 Added "Background image" image effect 2023-05-03 01:00:43 +03:00
Jaex 94e45b5cb8 Update year 2023-01-09 23:31:02 +03:00
Jaex f60e8dd6f7 Moved file related methods to FileHelpers class 2022-05-03 09:34:18 +03:00
Jaex 8c3dc0b78c Update year 2022-01-11 19:32:17 +03:00
Jaex d7cfdc6af9 Fixed resized particle pixel offset 2021-12-21 07:33:46 +03:00
Jaex d2f8aa1517 Added Glow image effect 2021-08-19 02:21:29 +03:00
Jaex 837ef0a7fc Update year 2021-07-29 06:22:51 +03:00
Jaex ed64fb1050 Refactor FillBackground 2021-07-18 23:35:18 +03:00
Jaex 75a583d9a3 In actions use $ prefix instead of % for input and output, with new prefix don't add quotes around file path automatically 2021-03-25 22:48:52 +03:00
Jaex 6799edaa1b Added dash style option to "Border" image effect 2021-03-16 08:08:41 +03:00
Jaex 2abdf70177 Added RotateFlip option to "Image" image effect 2021-02-15 10:31:26 +03:00
Jaex 8d15f6df63 Added tile option to "Image" image effect 2020-11-15 18:56:11 +03:00
Jaex 53d1a3b4e0 Revert "Add tiling support to "Image" image effect"
This reverts commit 5c3d8cb19c.
2020-11-15 18:44:37 +03:00
Jaex 5c3d8cb19c Add tiling support to "Image" image effect 2020-11-15 17:29:26 +03:00
Jaex 4100488244 In image effect allow using -1 for absolute size to use 100% canvas size, so -1 width means 100% canvas width 2020-09-11 22:37:25 +03:00
Jaex 041db0deaa Apply color matrix while drawing the image 2020-08-29 21:06:29 +03:00
Jaex bade88e3df Change default values of "Image" effect 2020-08-29 04:35:28 +03:00
Jaex 6b0fa4cdf6 Added Opacity option to "Image" effect 2020-08-29 02:46:41 +03:00
Jaex e748e22ef6 Backward compatibility breaking change: Removed "GradientType", "Color2" and "UseCustomGradient" options from image effects, instead "Gradient" option still can be used 2020-08-19 20:27:39 +03:00
Jaex 7e6c597e2a AutoHide false by default for drawing image effects 2020-08-15 22:10:17 +03:00
Jaex 681c1081e6 Fix path size 2020-07-28 16:52:31 +03:00
Jaex 188b3399f3 Added TextRenderingMode option 2020-07-23 14:32:53 +03:00
Jaex 1979fa65b8 Simplify setting names 2020-07-20 20:19:51 +03:00
Jaex 5df2f3cd92 Added angle support to text drawing 2020-07-20 20:03:49 +03:00
Jaex 736968bc4d Added gradient support to text shadow 2020-07-20 07:00:43 +03:00
Jaex fc4087049c Check is gradient visible 2020-07-20 06:25:38 +03:00
Jaex e4a44ce5ab Check for alpha before drawing 2020-07-20 05:10:04 +03:00
Jaex d7e09e0820 Rename effects 2020-07-20 03:40:39 +03:00
Jaex 99707c6e3e Fix gradient rectangle 2020-07-20 03:34:09 +03:00
Jaex c85b42abf0 Added text shadow drawing 2020-07-20 01:24:07 +03:00
Jaex 48a6754723 Added text outline drawing 2020-07-20 01:00:32 +03:00
Jaex df55bc8269 Initial work for new text image effect 2020-07-20 00:33:16 +03:00
Michael Delpach f0a982fdf3 Rebase to 0c039b9ee0
0c039b9ee0
2020-07-06 07:23:59 +08:00
Michael Delpach 50f86ee79a Revert "Revert "Merge branch 'master' of https://github.com/ShareX/ShareX""
This reverts commit 85fdab3c56.
2020-07-06 06:37:56 +08:00
Michael Delpach 85fdab3c56 Revert "Merge branch 'master' of https://github.com/ShareX/ShareX"
This reverts commit 2903ca1082, reversing
changes made to 195c0f2f8a.
2020-07-06 06:27:50 +08:00
Michael Delpach 2903ca1082 Merge branch 'master' of https://github.com/ShareX/ShareX 2020-07-06 06:26:47 +08:00
Jaex 7577bdd0a4 Keep aspect ratio using watermark image instead of canvas 2020-07-05 11:05:43 +03:00
Jaex a98333c1ab Added confirmation for package overwrite 2020-07-04 09:45:52 +03:00
Jaex c9dd17be30 Removed "watermark" text from image and text drawing effects 2020-07-03 01:43:20 +03:00
Michael Delpach 195c0f2f8a Revert "Merge branch 'master' into tweaks"
This reverts commit 162badae3b, reversing
changes made to e0f2812f3d.
2020-06-29 06:10:21 +08:00
Jaex c737768e89 Improve enum value preview in image watermark 2020-06-28 15:26:09 +03:00
Jaex af4060ac88 Added aspect ratio support to image watermark when 0 is used for width or height 2020-06-28 14:05:25 +03:00
Jaex f00dd2122b Added CompositingMode option to image watermark 2020-06-19 13:34:36 +03:00
Jaex b16f93fda5 Added interpolation mode option to image watermark 2020-06-17 16:40:29 +03:00
Jaex 0a5d803255 Added custom path variable %ShareXImageEffects% 2020-06-16 07:27:32 +03:00