Can strings be applied for images? How do we program the rewinding concept in a video player? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Can strings be applied for images? How do we program the rewinding concept in a video player?

19th Jun 2017, 1:28 PM
Ignicious Xavier
Ignicious Xavier - avatar
2 Answers
+ 3
thank you.... If they can be used as strings then by using reverse string we can get it done
20th Jun 2017, 4:36 AM
Ignicious Xavier
Ignicious Xavier - avatar
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
19th Jun 2017, 2:12 PM
Sapphire