function to resize a picture - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: function to resize a picture (/showthread.php?tid=87707) function to resize a picture by Guena on 12-12-2008 at 10:46 AM
Hi, RE: function to resize a picture by matty on 12-12-2008 at 01:57 PM
How knowledgable are you with scripting? You are wanting to look at Gdip and GdipGetImageThumbnail which will allow you to resize the image in memory to be saved.
Best of luck! RE: function to resize a picture by Guena on 12-12-2008 at 04:30 PM
Thank you very much. I beggin in scripting. RE: function to resize a picture by matty on 12-12-2008 at 05:09 PM Well give it a try I have all the code that will do it already written but I recommend you try it out see if you can get it because you will learn that way and we can show you were you are going wrong. RE: function to resize a picture by matty on 12-15-2008 at 02:01 PM DId you mange to get it working? RE: function to resize a picture by Guena on 12-15-2008 at 02:25 PM Not yet, I'm learning how each function you gave me work RE: function to resize a picture by matty on 12-15-2008 at 03:38 PM Well once you have something post it and we will help you from there. Are you resizing an image that exists on the file system or are you capturing a screenshot and resizing it? RE: function to resize a picture by Guena on 12-15-2008 at 05:09 PM I'm resizing an image that exists on the file system. RE: function to resize a picture by matty on 12-15-2008 at 05:32 PM
This is how you initialize Gdi+ I will give you that much for now: jscript code: RE: function to resize a picture by Guena on 12-18-2008 at 01:09 PM
Thank you very much. RE: function to resize a picture by matty on 02-04-2009 at 02:05 PM Since the latest version is out did you manage to get this to work as you needed? Or did you give up? |