How can I extract RGB values through time of my animation to get a graphic on Excel of my pattern?
Hello all,
I just discovered Patternpaint which seems amazing! :O
I want to use it to simulate animations for an LED strip. In the end, I need an excel graphic file which describes my animations: their RGB levels and intensity every second. Do you know how I can do this?
Thank you!!
Comments
Oh, that's an interesting use case... are you modeling the power draw from it?
I think the easiest way to do this, would be to write a script in Python that loads the graphic file, reads the color data for each frame, then saves it as a .csv file for Excel.
yeah I know ...yes this is hat i'm trying to do haha! Thank you for your reply!