How to display all category images for single post in a page?

get_the_category() isn’t the correct function – you should be using get_categories() per the dev documentation.