-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.config.properties
58 lines (41 loc) · 1.14 KB
/
default.config.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#
# Generic
#
# only files from the source folder with an extension
# in the white list below while be processed by the pipeline
source.extensions.allowed=png,jpg,svg
# load source folder recursively
# (load sub-folders or not)
source.recursive-load=true
# pre and post filters to apply globally
# example:
# filters.global.pre=h240-bw
filters.global.pre=
filters.global.post=
#
# Android asset configuration
#
# accepted densities:
# ldpi,mdpi,hdpi,xhdpi,xxhdpi,xxxhdpi
# source assets density to convert from
#
# the highest source density is preferable,
# you won't be able to generate any image with an upper density than the source density
# because upscaling is not allowed
source.android.density=xxxhdpi
# source asset directory
source.android.dir=/source/android/dir
# android resources folder (/res)
target.android.dir=/target/android/dir
# list of density you want to convert to
target.android.densities.default=mdpi,hdpi,xhdpi,xxhdpi
#
# iOS asset configuration
#
source.ios.dir=/source/ios/dir
target.ios.dir=/target/ios/xcassets/dir
# (optional) target.ios.densities
# default value = x1,x2,x3
# accepted densities:
# x1, x2, x3
#