Image Textmerge
Posted: 2017-01-29T05:22:07-07:00
I have some simple questions about magicknet's functionallity and if it provides the neccessary functions for my behaviour.
I want to merge .xcf-Files with an number of layers which each represents an area for a specific text. Each layer/area has a specific name (the Name of the layer in Gimp) which provides information about the Text which should be written into. E.g "Title", "Subtitle", "Company" and so on.
Now I have a number of different xcf-files with the same layer-names and I want to merge the Text automatically. Preferably i would do this via magickscript - One ore more scripts for each xcf which i call via Code.
So my questions are:
- is it possible to get the layers by Name ? E.g Like myXcf["titleLayer"] ...
- in Gimp, the layers have yellow borders which define the area the Text should be written. Is ist possible to get the Position and size of these areas?
- does magicknet provide functions for adding textblocks with specific font and fontsize?
- in some cases i need to prefer the transparancy.
Best regards
Morv
I want to merge .xcf-Files with an number of layers which each represents an area for a specific text. Each layer/area has a specific name (the Name of the layer in Gimp) which provides information about the Text which should be written into. E.g "Title", "Subtitle", "Company" and so on.
Now I have a number of different xcf-files with the same layer-names and I want to merge the Text automatically. Preferably i would do this via magickscript - One ore more scripts for each xcf which i call via Code.
So my questions are:
- is it possible to get the layers by Name ? E.g Like myXcf["titleLayer"] ...
- in Gimp, the layers have yellow borders which define the area the Text should be written. Is ist possible to get the Position and size of these areas?
- does magicknet provide functions for adding textblocks with specific font and fontsize?
- in some cases i need to prefer the transparancy.
Best regards
Morv