mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 23:40:45 +00:00
Added: Simple editor - convolution filter presets
This commit is contained in:
@@ -138,4 +138,21 @@ filter.convolution = Convolution
|
||||
filter.dropshadow = Drop shadow
|
||||
filter.glow = Glow
|
||||
filter.gradientbevel = Gradient bevel
|
||||
filter.gradientglow = Gradient glow
|
||||
filter.gradientglow = Gradient glow
|
||||
|
||||
convolution.identity = Identity
|
||||
convolution.boxBlur = Box blur
|
||||
convolution.gaussianBlur = Gaussian blur
|
||||
convolution.sharpen = Sharpen
|
||||
convolution.edgeDetectionXSobel = Edge detection X (Sobel)
|
||||
convolution.edgeDetectionYSobel = Edge detection Y (Sobel)
|
||||
convolution.edgeDetectionXPrewitt = Edge detection X (Prewitt)
|
||||
convolution.edgeDetectionYPrewitt = Edge detection Y (Prewitt)
|
||||
convolution.edgeDetectionXScharr = Edge detection X (Scharr)
|
||||
convolution.edgeDetectionYScharr = Edge detection Y (Scharr)
|
||||
convolution.laplacian = Laplacian
|
||||
convolution.emboss = Emboss
|
||||
convolution.outline = Outline
|
||||
convolution.motionBlurX = Motion blur X
|
||||
convolution.motionBlurY = Motion blur Y
|
||||
convolution.highPass = High pass
|
||||
@@ -117,4 +117,42 @@ property.instance.display.cacheAsBitmap.transparent = Pr\u016fhledn\u00e1
|
||||
property.instance.display.cacheAsBitmap.opaque = S barvou
|
||||
|
||||
#after 22.0.2
|
||||
property.document.backgroundColor = Barva pozad\u00ed
|
||||
property.document.backgroundColor = Barva pozad\u00ed
|
||||
|
||||
properties.instance.header.filters = Filtry
|
||||
|
||||
property.instance.filters.header.property = Vlastnost
|
||||
property.instance.filters.header.value = Hodnota
|
||||
|
||||
property.instance.filters.indeterminate = Neur\u010deno
|
||||
|
||||
property.instance.filters = Filtry
|
||||
property.instance.filters.menu.add = P\u0159idat filtr
|
||||
property.instance.filters.menu.add.removeAll = Odebrat v\u0161e
|
||||
property.instance.filters.menu.remove = Odebrat filtr
|
||||
|
||||
filter.bevel = Reli\u00e9f
|
||||
filter.blur = Rozmaz\u00e1n\u00ed
|
||||
filter.colormatrix = \u00daprava barev
|
||||
filter.convolution = Konvoluce
|
||||
filter.dropshadow = Vr\u017een\u00fd st\u00edn
|
||||
filter.glow = Z\u00e1\u0159e
|
||||
filter.gradientbevel = P\u0159echodov\u00fd reli\u00e9f
|
||||
filter.gradientglow = P\u0159echodov\u00e1 z\u00e1\u0159e
|
||||
|
||||
convolution.identity = Identita
|
||||
convolution.boxBlur = Rovnom\u011brn\u00e9 rozmaz\u00e1n\u00ed
|
||||
convolution.gaussianBlur = Gaussovsk\u00e9 rozmaz\u00e1n\u00ed
|
||||
convolution.sharpen = Zaost\u0159en\u00ed
|
||||
convolution.edgeDetectionXSobel = Detekce hran X (Sobel)
|
||||
convolution.edgeDetectionYSobel = Detekce hran Y (Sobel)
|
||||
convolution.edgeDetectionXPrewitt = Detekce hran X (Prewitt)
|
||||
convolution.edgeDetectionYPrewitt = Detekce hran Y (Prewitt)
|
||||
convolution.edgeDetectionXScharr = Detekce hran X (Scharr)
|
||||
convolution.edgeDetectionYScharr = Detekce hran Y (Scharr)
|
||||
convolution.laplacian = Laplace\u016fv filtr
|
||||
convolution.emboss = Vytla\u010den\u00ed
|
||||
convolution.outline = Obrys
|
||||
convolution.motionBlurX = Pohybov\u00e9 rozmaz\u00e1n\u00ed X
|
||||
convolution.motionBlurY = Pohybov\u00e9 rozmaz\u00e1n\u00ed Y
|
||||
convolution.highPass = Vysokofrekven\u010dn\u00ed filtr
|
||||
Reference in New Issue
Block a user