This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
[Enhancement] Thumbnail presentation #17
Labels
Comments
Forgotten to add to backlog, sorry! |
About initial_filename:
For instance:
Easiest way to support all special chars, with something which is still readable. And no impact for files containing no special chars. |
Comment : Stuffs for string names problems in GraphViz : Authorized chars for IDs:
Tested : <arc-en-ciel> works well in neato, by displaying the string "arc-en-ciel" (but a node named arc-en-ciel is forbidden). This does not resolve the problem with directories names, but could be perhaps helpful for file_names retrieving when computing graph. |
Problem : no file_name included in thumbnails (missing label)... just a convert of graphical files |
issue #42 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For increasing graph lisility, here are two enhancements using imagemagick's convert properties
non graphical files
Adding file name in a empty bitmap
General syntax :
"convert -pointsize 36 -fill red -background white label:<file_name> ../thumbnails/<index_name>.png"
including subdirectories names of main directory
but with discrete and tasteful colors
graphical files
Adding files name label to thumbnail
General syntax to add to present convert command:
"label:'<initial_filename>' -gravity Center -append"
<initial_filename> does not contain directory path, other option stays unchanged.
Joined : produced exemples
Non graphical:
Graphical:
The text was updated successfully, but these errors were encountered: