Commit graph

360 commits

Author SHA1 Message Date
Jaex e8ad4b8553 Code refactoring 2021-06-10 01:14:01 +03:00
Jaex d4bfdbd7b8 Added KnownTypesSerializationBinder 2021-05-31 09:38:41 +03:00
Jaex f32da61fab Added ImageEffectsSerializationBinder to improve security of JSON deserialization 2021-05-31 09:32:50 +03:00
Jaex d5decadf68 NuGet update 2021-05-10 15:06:28 +03:00
Wanderlei Hüttel ce3e5ba25e Portugueze Brazilian Language Update 2021-04-17 14:58:01 -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
kanaxx a57ad69915 update Japanese translations 2021-03-05 00:29:23 +09:00
Jaex 2abdf70177 Added RotateFlip option to "Image" image effect 2021-02-15 10:31:26 +03:00
Jaex 596510f2e5 Support drag n drop .sxie files to image effects window 2020-11-18 21:39:45 +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
simonporte c537c24bcb Update French translation 2020-11-08 00:30:39 +01:00
kanaxx f6211f2604 add Japanese translations 2020-10-26 22:43:55 +09:00
Jaex 9b6c408588 Include resx files 2020-10-26 12:19:35 +03:00
YFdyh000 ad9ef8e11e Update Chinese (Simplified) translations 2020-10-26 06:03:34 +08:00
Leondro Lio 18818efd0a Add canvas margin from percentage canvas size 2020-10-22 16:05:23 +01:00
L1Q ab0af586c1 Update russian translation 2020-10-22 05:44:51 +01:00
Jaex a4a5f2946e Update tab index 2020-10-16 00:26:30 +03:00
Jaex 79630243e9 Added image effects link button 2020-10-16 00:15:14 +03:00
Jaex 28c9e57e92 Include ja-JP.resx files 2020-10-13 14:26:36 +03:00
Jaex 21d1073113 Added try catch 2020-09-29 17:48:58 +03:00
Jaex 3b9f5ed747 Improvements to JsonHelpers class, removed export/import buttons from image effects form 2020-09-29 16:42:46 +03:00
Jaex ed5a8c0765
Merge pull request #5069 from kanaxx/l10n_japanese
Adding Japanese Language Support
2020-09-24 20:36:01 +03:00
Jaex 5e9efa6fdb Removed unused resources 2020-09-24 10:21:15 +03:00
kanaxx b4128e3bad adding resources of Japanese translation 2020-09-18 00:31:16 +09:00
Jaex ea695ab926 Code refactor 2020-09-15 03:36:49 +03:00
Michael Ryan 83c3dcedff * Added "Color depth" filter that remaps RGB pixel color to the nearest color at the specified color depth. For example, #E1CB96 will be remapped to #DDCC99 when "BitsPerChannel" is set to 4.
* Fixed the menu items order of "Drawing > Particles", "Adjustments > Color matrix", and "Filters > Convolution matrix", which were not alphabetized correctly.
2020-09-14 12:45:26 -07: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
L1Q fe8929b598 Fix resx line break 2020-09-06 17:54:52 +01:00
Jaex a277389f61 Project cleanup 2020-09-06 12:30:29 +03:00
RieL cfb241ad7e Updated missing Korean translations and more
Screenshot delay -> 스크린샷 지연
and added some other missing translations & ':'s.
2020-09-03 03:49:17 +09:00
Jaex 3e12c6441a Include resx files 2020-09-02 11:26:18 +03:00
simonporte bdf4db16d3 Update french translation 2020-09-01 18:54:25 +02:00
L1Q 69e8c22479 Update russian translation 2020-08-31 12:30:29 +01:00
L1Q 9a5fb49b18 Move lines to resx 2020-08-31 12:30:28 +01: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 c3356f59cd Allow importing effect when list is empty 2020-08-19 20:37:48 +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 394c67777d Removed unused WatermarkForm 2020-08-19 20:22:08 +03:00
Jaex d83a8021ce Added "Open image effects folder" button 2020-08-16 15:53:07 +03:00
Jaex 7e6c597e2a AutoHide false by default for drawing image effects 2020-08-15 22:10:17 +03:00
Jaex 1670e48a16 Make sure only json and xml files will be extracted from backup file, also limit max uncompressed size for backup and FFmpeg 2020-08-14 14:47:03 +03:00
Jaex ec342d7594 Add image effect config from memory 2020-08-13 16:52:42 +03:00
Jaex c2c8855ee5 Added ZipEntryInfo class to support adding both source path and stream 2020-08-13 16:00:38 +03:00
Jaex e32aecbcd1 Code refactor 2020-08-05 05:24:49 +03:00
L1Q 4b1a3d6229 Update ForceProportions effect
- more consistent code formatting
- better color selection
2020-08-05 01:49:19 +03:00