Ask a Question related to ASP.NET General, Design and Development.
-
Comcast #1
Workaround for GetThumbnailImage Problem?
I understand that one of the limitations of the Image.GetThumbnailImage()
function is that it's not really good for creating "large" thumbnails
because if it exists in the image file, the function will take the embedded
thumbnail and actually blow it up to the requested height/width.
Does anyone know if Microsoft will be fixing this "feature" or whether
there's a work around to force the function to use the full image to scale?
Thanks in advance for any comments.
Comcast Guest
-
Problem with Active X Workaround
Greets, Using Adobe's javascript workaround for Microsoft's "Click to Activate" Active X issue. PROBLEM: For any floating ads using "wmode"... -
Session Bug in IE? Workaround?
I am having a problem with session variables in IE, Mozilla test fine. When i set session.username = 'abc' things work fine when I set... -
html_entity_decode workaround for 4.1.x
Is there another function or a workaround to have same results of html_entity_decode in php 4.1.x? Thanks. --... -
Workaround for bug Q316495
I tried posting the following to the aspnet group and got no response. I am on a tight deadline and it is a small detail in the overall picture but... -
Workaround for Bug: Q316495
I have a datagrid where I need to display a list of radiobuttons for each row. Unfortunatly, RadioButtonList does not meet my requirements because I... -
Comcast #2
Re: Workaround for GetThumbnailImage Problem?
Actually, I just figured out a kludgy workaround .....
Use the Image.Save function to save the loaded jpg image to a temporary
filename, then use LoadFromFile to "reload" that temporary file which won't
be saved with a thumbnail image and then pass that image variable into the
GetThumbnailImage function which will cause the full size image to be
utilized for generating the thumbnail.
Pretty Kludgy, but this seems to work ....
"Comcast" <junkmail-sf@comcast.net> wrote in message
news:DlydnezazLIWE4iiU-KYvA@comcast.com...embedded> I understand that one of the limitations of the Image.GetThumbnailImage()
> function is that it's not really good for creating "large" thumbnails
> because if it exists in the image file, the function will take thescale?> thumbnail and actually blow it up to the requested height/width.
>
> Does anyone know if Microsoft will be fixing this "feature" or whether
> there's a work around to force the function to use the full image to>
> Thanks in advance for any comments.
>
>
Comcast Guest



Reply With Quote

