Overview Create image object and save it into file by URL. Depending on your needs it can be two solutions: Solution 1 when you need to make some manipulations with the image object (resize, crop, etc) before saving to disk: 1. get Stream from URL using WebRequest class 2. Create Image object from stream using