forked from amintz/image-network-plotter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_sample.txt
34 lines (24 loc) · 1.08 KB
/
config_sample.txt
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
[Input]
InputGraph: /path/to/inputgraph.gexf
; Absolute path of the input GEXF file containing the network
; Output files will be generated in the same folder as the input file
; The script takes in the file generated by memespector-python script, spatialized in Gephi and exported as GEXF.
InputImageFolder: /path/to/imagefolder
; Absolute path to the folder containing the original images
;-----------------------------
[Output]
CopyImagesResized: yes
; Whether to make resized copies of the images. This is important to make the plot lighter to load.
ResizedImageFolderName: img-thumbnail
; Folder will be created in the same folder where the input file is placed
ResizeMaxWidth: 200
ResizeMaxHeight: 200
; Resize maximum dimensions. Aspect ratio will be preserved.
ImageMaxDispWidth: 50
ImageMaxDispHeight: 50
; Maximum dimensions for plotting the images. Adjust this in relation to overlaps of images and to favor an overview of the map.
RestricttoPage: yes
; Whether to plot the images within the page limits or not.
OutputWidth: 15000
OutputHeight: 15000
; Size of the output page in pixels