I'm a dutch ASP.net developer. I want to create a poloroid image of an image located on the same server. The poloroid image contains the source image and a text. I look for something like this http://www.miguelmoreno.net/sandbox/polaroid/. But it doesn't work
on my pc.... any suggestions? I'd prefer a method which the following parameters: text, imgSrc, imgWidth, imgHeight
Thanks a lot!
Martijn
Csharp.net / ASP.net beginner | Visual Studio 2008 + SQL Server 2005 Express
I don't know how to solve this problem. More information I found on this url: http://msdn.microsoft.com/en-us/library/ms142534(VS.90).aspx ........but I don't know how to fix it!
Csharp.net / ASP.net beginner | Visual Studio 2008 + SQL Server 2005 Express
Martijn2010
Member
73 Points
69 Posts
Creating a poloroid image
Aug 18, 2011 04:16 PM|LINK
Hello everyone,
I'm a dutch ASP.net developer. I want to create a poloroid image of an image located on the same server. The poloroid image contains the source image and a text. I look for something like this http://www.miguelmoreno.net/sandbox/polaroid/. But it doesn't work on my pc.... any suggestions? I'd prefer a method which the following parameters: text, imgSrc, imgWidth, imgHeight
Thanks a lot!
Martijn
rollo1002
Contributor
2447 Points
452 Posts
Re: Creating a poloroid image
Aug 18, 2011 04:59 PM|LINK
what errrors are you getting?
Martijn2010
Member
73 Points
69 Posts
Re: Creating a poloroid image
Aug 18, 2011 05:11 PM|LINK
Thank you for your reaction. At the moment I get an error on this line:
I don't know how to solve this problem. More information I found on this url: http://msdn.microsoft.com/en-us/library/ms142534(VS.90).aspx ........but I don't know how to fix it!
rollo1002
Contributor
2447 Points
452 Posts
Re: Creating a poloroid image
Aug 18, 2011 07:15 PM|LINK
if you're using the same line then you need to define the font. Add this line to the method. You can adjust the family and size as appropriate.
Font font = new Font("Arial", 10);