|
Home > Archive > Microsoft Content Management Server > October 2005 > Image gallery and resizing
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Image gallery and resizing
|
|
|
| Hi Stefan,
im using ur code (ResizeResourceImage.cs found in got dot net) to
resize and generate a image gallery.
I would like to loop on my resources and for each image create a
thumbnail in a page.
The problem is that ur code doesn't return anything, and i need to get
the URL of resized image.
What can i do?
Tnx
| |
| chris b 2005-10-26, 8:50 pm |
| dig into the "System.Drawing" name space
check it
http://msdn.microsoft.com/msdnmag/i...aw/default.aspx
"gg" wrote:
> Hi Stefan,
> im using ur code (ResizeResourceImage.cs found in got dot net) to
> resize and generate a image gallery.
> I would like to loop on my resources and for each image create a
> thumbnail in a page.
> The problem is that ur code doesn't return anything, and i need to get
> the URL of resized image.
> What can i do?
> Tnx
>
>
| |
| Stefan [MSFT] 2005-10-28, 4:58 pm |
| Hi gg,
actually your code would have to generate the links to the
ResizeResourceImage.aspx with the correct parameters.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"gg" <gigino@gmail.com> wrote in message
news:1130349592.037374.122450@o13g2000cwo.googlegroups.com...
> Hi Stefan,
> im using ur code (ResizeResourceImage.cs found in got dot net) to
> resize and generate a image gallery.
> I would like to loop on my resources and for each image create a
> thumbnail in a page.
> The problem is that ur code doesn't return anything, and i need to get
> the URL of resized image.
> What can i do?
> Tnx
>
|
|
|
|
|