It seems that you've read pure c++ books. Nothing wrong with that in fact it is the perfect way. Now you need to discover some libraries. For animation, I use OpenGL and for images processing I use OpenCV.
Writing graphics application in C++ is pretty advanced topic: you need knowledge about file formats, image processing algoritms and other things.
However there is libraries which were created for that. Search for them. Check SFML for example.