JSL to make a video from AI images
I started this project by making a collection of 13,000 512x512 AI images. The next step is to load some meta data about the images into a data table. Later I'll be choosing images with similar colors to replace parts of a zoomed in image. The table looks like this: The H,L,S and R,G,B values match the swatch color. The color should match some color in the sample. This loads the filenames, but n...