Page 1 of 1

Finding image name

PostPosted: Thu Jun 18, 2020 4:34 pm
by lalalandsynth
I am going through a project and I need to find the file name of an image that was loaded in the project .
Can I do this somehow ?

Re: Finding image name

PostPosted: Thu Jun 18, 2020 5:22 pm
by trogluddite
It depends!

Nearly all green primitives store their current output values in the schematic file - so you should be able to read the file path by just connecting a String box to whatever component(s) provide the "path" String to each "Bitmap" primitive.

Unless those components have been deleted to leave only the pixel data in the "Bitmap" primitive!

Fingers crossed!