Click here to Skip to main content
15,904,655 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,everyone .. I'm doing a small project on image processing ,in that i want to save image from the website which i had made by using a save button.
But i m confused, how to start it ..
Can anyone guide and help me how to do it??????
Thanks for seeing the question.
Posted
Updated 25-Apr-14 3:08am
v2

1 solution

Hello,

I'll point out the most important steps in order to structure the reasoning:

1. You have to parse the html page, and identify all existing images.
2. The most common tag is the 'img' which is necessary to analyze the 'src' attribute, and obtain a reference to the image location.
3. There are other ways to display images, such as through CSS. The 'img' tag is not the only way to show images.
4. The addresses obtained from the images is needed to keep the bytes obtained through a download to get the file.
5. Gonna need a strategy to save the images and associate to the same sites, if that is important.

JAFC
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900