¡@

Home 

php Programming Glossary: sourcewidth

asp.net version of timthumb php class

http://stackoverflow.com/questions/4436209/asp-net-version-of-timthumb-php-class

source image sizes rectangle to get pixel data from Dim sourceWidth As Integer img.Width Dim sourceHeight As Integer img.Height.. is based on the smallest dimension If cmpx cmpy Then sourceWidth img.Width cmpx cmpy sourceX img.Width img.Width cmpx cmpy 2.. 0 0 destWidth destHeight _ New Rectangle sourceX sourceY sourceWidth sourceHeight GraphicsUnit.Pixel ' write out Thumbnail to the..

Resize image without distortion keeping aspect ratio then crop excess using WideImage

http://stackoverflow.com/questions/6355954/resize-image-without-distortion-keeping-aspect-ratio-then-crop-excess-using-wide

their versions of calculations... Here's also my version sourceWidth 1000 sourceHeight 250 targetWidth 200 targetHeight 150 sourceRatio.. 250 targetWidth 200 targetHeight 150 sourceRatio sourceWidth sourceHeight targetRatio targetWidth targetHeight if sourceRatio.. targetWidth targetHeight if sourceRatio targetRatio scale sourceWidth targetWidth else scale sourceHeight targetHeight resizeWidth..