I'm attempting to create a node tree that will set some scale values based on the aspect ratio of an image texture. I've been having no luck finding any solutions for accessioning this type of image texture info inside of a node tree.
The larger goal here is to implement this spot light projector effect with the correct aspect for any texture I assign without needing to manually set the scale values. Spot light with square shape
Thanks in advance.