Hi,
I am currently using a program which generates output structure files in POSCAR format and I would like to writing a bash script to automate the export of images in .jpg or .png format.
i.e., I would like to write a script which:
1) runs different calculations using the abovementioned program (easy), generating multiple POSCAR files, and then
2) for each generated POSCAR file, exports an image in .jpg or .png format (which I don't know how to implement at the moment).
Anyone has any prompts? :)