4
votes
1answer
527 views
How can I resize an image to fit area with Image::Magick?
From command line with imagemagick, you can use:
convert dragon.gif -resize 64x64^ -gravity center -extent 64x64 fill_crop_dragon.gif
to resize and then crop an image so that it fills the area as …
4
votes
3answers
1k views
HTML + Javascript: Dynamic Image Resize?
Hello, I am trying to get some javascript to programatically adjust a html img tag's width to display various sized images correctly.
I have a fixed width img tag at 800px to display an image, this …
1
vote
4answers
681 views
Nearest-neighbor interpolation algorithm in MATLAB
I am trying to write my own function for scaling up an input image by using the Nearest-neighbor interpolation algorithm. The bad part is I am able to see how it works but cannot find the algorithm …
1
vote
1answer
85 views
Image resizing from a database with PHP
Hi all,
I currently have a script which will pull in image contents from a database and, using createimagefromstring(), returns a resized (resampled) image for display:
$max_width = 170;
// Get the …
0
votes
2answers
50 views
resizeing image . . . . .
hi thanks a lot i have one code below in this code ill upload one image . convert it into
byte code and store it in database .. and retrive it in gridview .. the thing is before
converting it into …
0
votes
0answers
14 views
Video window resize in windows
This is related video capturing in WINDOWS.
Video will be recording,meanwhile i will drag the window(dialog box)( i mean with mouse pointer i will enlarge/or compress the window),then the video image …
0
votes
0answers
23 views
VS 2008 using VB coding
I need help with coding please; I don't know how to resize images before saving them into a folder. Then, I would like to retrieve this image (binary data) and display in grid view.
Your help is …
0
votes
5answers
343 views
ASP.NET: resize (height and width) an image uploaded to server.
Hello!
How can I resize an image on server that I just uploaded? I using C# with .NET Framework 3.5 SP1.
Thanks!
0
votes
1answer
519 views
wxPython - Resizing an image with the EVT_SIZE event of its parent panel
My previous attempt at asking this question was horrible and I had also made some progress, please bear with me, I did not intend to re-ask this so many times, and it is not my style.
Here is the …
0
votes
1answer
175 views
PHP Fatal Error while uploading/resizing images..
Hi all, I'm using a code which will upload an image, put the image in the "resize" folder, resize the image, move the image into another folder, then delete the image from the "resize" folder, however …
