b1011 Posted June 19, 2007 Share Posted June 19, 2007 I have a page with 3 images on it using img src and i was windering if it is possible to change that page into a png type using header('Content-type: image/png'); but it wont let me because im using print. any other ways? Or how do you position images on a png content type? Link to comment https://forums.phpfreaks.com/topic/56151-making-a-page-an-image/ Share on other sites More sharing options...
neel_basu Posted June 19, 2007 Share Posted June 19, 2007 Use teh GD Functions. Link to comment https://forums.phpfreaks.com/topic/56151-making-a-page-an-image/#findComment-277362 Share on other sites More sharing options...
gtk Posted June 19, 2007 Share Posted June 19, 2007 HTML is only text and Image is binary . thats why you cant do it in that Way. Link to comment https://forums.phpfreaks.com/topic/56151-making-a-page-an-image/#findComment-277370 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.