+ 5
Can strings be applied for images? How do we program the rewinding concept in a video player?
2 Réponses
+ 3
thank you.... If they can be used as strings then by using reverse string we can get it done
0
An image is nothing more in a computer than two-dimensional (or more) arrays of data. A video is a series of images that play in an ordered sequence, frame by frame. The 'rewind' concept is simply the sequence of numbers in the arrays in reverse order.
I'm confused about what your question "Can strings be applied for images" means. If you are asking if you can convert a string to an image, then yes. It's possible. I don't remember the modules all that well, so here's a simple google search:
https://stackoverflow.com/questions/17856242/convert-string-to-image-in-JUMP_LINK__&&__python__&&__JUMP_LINK