php Programming Glossary: sourceheight
asp.net version of timthumb php class http://stackoverflow.com/questions/4436209/asp-net-version-of-timthumb-php-class pixel data from Dim sourceWidth As Integer img.Width Dim sourceHeight As Integer img.Height Dim sourceX As Integer 0 Dim sourceY As.. img.Width img.Width cmpx cmpy 2 ElseIf cmpy cmpx Then sourceHeight img.Height cmpy cmpx sourceY img.Height img.Height cmpy cmpx.. destHeight _ New Rectangle sourceX sourceY sourceWidth sourceHeight GraphicsUnit.Pixel ' write out Thumbnail to the output stream..
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 of calculations... Here's also my version sourceWidth 1000 sourceHeight 250 targetWidth 200 targetHeight 150 sourceRatio sourceWidth.. targetWidth 200 targetHeight 150 sourceRatio sourceWidth sourceHeight targetRatio targetWidth targetHeight if sourceRatio targetRatio.. targetRatio scale sourceWidth targetWidth else scale sourceHeight targetHeight resizeWidth int sourceWidth scale resizeHeight..
|