简体   繁体   中英

How to extract data from a non animated gif file using python

Newbie to python and doing some tutorials on how to use Python. I have now been tasked to use a non animated GIF graph to create a predication. Im not looking for the code to do this but direction on what to use. So far matplotlib and PIl are the libraries which I think are required . Reason being is to create a graph I use matplotlib's pyplot. How do I now take the end result image and retrieve x and y axis data from it? I will be using a list of .gif images as source data to create a prediction.

Regards, Romano

I think that the below link is partly what I need to use . http://www.scipy-lectures.org/advanced/image_processing/#opening-and-writing-to-image-files

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM