Image resizing is the downscaling or upscaling of an image. Dozens of algorithms exist, all with performance vs. quality tradeoffs.
1
vote
1answer
21 views
Resize an image into popup
I have a popup with an image in it. I would like to know if it's possible to set size for my image. I've made this script for my popup:
function open_win(title, description, src, alt)
{
var img = ...
2
votes
1answer
35 views
C++, DirectX 9, Windows API - Resizing changes my coordinates?
I draw a rectangle to be 500 x 500 pixels.
My Window is 1920 x 1080.
When I resize the screen to lets say 1376 x 768, the image that was 500 x 500 pixels is now slightly smaller (It has been scaled ...
0
votes
1answer
38 views
How to resize and save an image which uploaded using file upload control in c#
i have developed a web application using asp.net mvc4 and razor. in my application there's a file upload control to upload an image and save in a temporary location.
before save image should re-sized ...
0
votes
0answers
29 views
Is there anyway to make a photo collage function for ios?
I'm writing a photo editor demo that user can swipe horizontally or vertically to split the views to many small views they want, then users can drag the borders of each views to re-size the view. The ...
0
votes
1answer
20 views
Retina image blows up 4 times in Xcode
At the moment I'm working on a streaming radio app for a friend for iPhone and iPad.
While implementing my designs into code I struck a funny bug(?). I wish to display album art on the background and ...
3
votes
1answer
47 views
drawInRect:boxRect vs CGContextDrawImage
I have tried to make a draw resizable image but couldn't able to figure this out.
When I use
UIImage *bgImage = [[UIImage imageNamed:@"logout-bg"] resizableImageWithCapInsets:UIEdgeInsetsMake(50, ...
0
votes
1answer
28 views
Canvas in bootstrap 'thumbnail'
I am trying to fit a canvas element inside a 'thumbnails' class div (From bootstrap). Inside this canvas I want to draw an image and then draw something over it. The problem is, with my solution, the ...
-1
votes
3answers
81 views
Upload multiple images, resize them to fixed resolution and move into folder [closed]
I'm trying to upload 'multiple images' using below form and php codes.
<form id="mainfrm" name="mainfrm" action="" method="post" enctype="multipart/form-data">
<input type="file" ...
-1
votes
1answer
57 views
In Cocoa how to resize an Image and animate the resizing?
I'm trying to resize an image and make an animation of the resizing.
The idea is to have an image that start with very little dimensions (0.0001,0.0001) and gradually grows till it arrives to its ...
0
votes
1answer
94 views
How to resize image according to aspect ratio without losing quality?
I am working on images in current application and facing lot of issues like resize image , image quality etc.
I have seen lot of website uploading image with good quality and minimum size length. One ...
0
votes
0answers
21 views
Maximizing a background image
I am sorry in advance if this has been answered elsewhere, but reading all the different answers and code is just plain confusing. Here is the code for the page so far:
<head>
<meta ...
0
votes
1answer
25 views
Grey and unsharp images when resizing using GDI+
I'm using asp.net mvc 3 to stream resized images. But the output of the image is greyish and blury eventhough I've set smoothingmode and interpolationmode to highbiqubic.
public ActionResult ...
0
votes
0answers
32 views
iOS resizing large ammount of Bezier paths
I have a floor scheme with a lot of rooms, i have to make each room clickable, and the hole scheme must be resizible. I'm drawing each room with Bezier path and one room looks like this
...
0
votes
1answer
25 views
resize an image stored in a folder
I want to take an image from a folder resize it and store it in the same location with the same name. I saw a lot of examples of how to take an image, resize it and put it inside powerpoint slide but ...
0
votes
1answer
45 views
I want to create a jpg resizer in pure python. What are good resources for understanding the jpg format?
From my current understanding, png is relatively easier to decode than bitmap-based formats like jpg in python and is already implemented in python elsewhere. For my own purposes though I need the jpg ...
0
votes
4answers
23 views
Adding image resizing to my code
I just want to be able to add image resizing functionality to this code:
<?php
include '../../inc/config.php';
if(!isset($_REQUEST['image'])) die('Nenhuma imagem definida!');
$size = ...
1
vote
1answer
101 views
Responsive image map resizing with imageMapster: do I misunderstand what scaleMap does?
When an image is styled with CSS to grow or shrink to occupy available space in the container DIV, what steps must be taken to keep the image-map area coordinates in sync with the changing image size? ...
0
votes
1answer
41 views
Resize the bitmap
Im my project I am capturing the image from Camera app and displaying image in listview by using following code .
MySimpleCursorAdapter:
public class MySimpleCursorAdapter extends SimpleCursorAdapter ...
1
vote
1answer
158 views
Uploading an image and saving multiple sizes to file system using PHP, Laravel, GD
I'm trying to allow users to upload an image and save the image as an 'original copy' in the directory
public_html/data/user_images/yyyy/MM/dd/guid.ext
Next, using GD I create multiple copies of ...
-1
votes
1answer
24 views
Prevent code from being executed at the same time (Create resized image)
I'm developing a httpHandler for serving my webapplication with resized images. If the requested image and specified sixe doesn't exist I'll create that image.
The problem is if two (or more) ...
0
votes
1answer
23 views
Only first image stays in view when browser size decreases
I have a series of images laid across horizontally in a div.
The goal is that as the browser gets smaller, so do the images, so they are all visible and stay inline.
Currently, only the first image ...
1
vote
1answer
37 views
PHP - resize depending of image resolution [duplicate]
I need to resize upload image to resolutions bellow the resolution of uploaded image.
Like this:
If i upload image of 1920x1200 resolution
Script should resize uploaded image to resolutions: ...
0
votes
1answer
38 views
Objective C - UIImage resizing not working
I have a program that fetches an image from the library, but I'm using code I found online to resize that image so that it can fit on the screen (basically making it 640x960), but then it would still ...
0
votes
0answers
17 views
Resize picture size if size greater than 150*150 else show in its original form, paperclip
I'm using paperclip to upload photo and want to resize only if its size greater than 150x150. If it less than given size than it will show in original position
In my model:
has_attached_file ...
0
votes
0answers
23 views
RMagick Returning image with filesize 0
When I call the image.resize_to_fit I get no errors but my file is empty of any data. How do I make the resize happen correctly?
code in my upload controller:
bucketName = "BucketName"
myPhoto ...
0
votes
1answer
22 views
IE or Firefox not autoresizing
First off, I'm new to this and have been doing a lot of research, but can't find the answer.
I have set a div container at the top of my page to 100% width and 20% height.
I wanted to insert an image ...
2
votes
1answer
110 views
Resize image before saving to MySQL database
My question is similar to this one but I'm stuck on the final bit!
The following code takes a file sent by an HTML form and checks its dimensions against two predefined values, $maxwidth and ...
0
votes
1answer
22 views
getting the desired aspect ratio for BufferedImage
I am using the following codes to resize an image, I can easily get same aspect ratio as the original image by using the getScaledInstance function by setting one parameter to negative, so that it ...
0
votes
1answer
23 views
iOS - What is the equivalent of “stretchableImageWithLeftCapWidth:0 topCapHeight:0”?
What is an equal value of
resizableImageWithCapInsets: for stretchableImageWithLeftCapWidth:0 topCapHeight:0?
Also, Is there any simple way to convert the values from ...
1
vote
1answer
50 views
size difference in an image after downscale/upscale operation using imresize
I resized an image with scale of 0.25 then upscaled it using scale of 4.
imageReduced = imresize(imageOriginal, 0.25, 'nearest');
imageGenerated = imresize(imageReduced, 4, 'nearest');
I want to ...
0
votes
0answers
85 views
GD/PHP Resize image, then apply watermark
I'm trying to use the PHP GD library to resize an uploaded image and then apply a watermark. My 2 functions work separately, but if I try to use them together everything goes boom.
I don't want to ...
0
votes
1answer
35 views
Preserving metadata in resized image using PHP
I have a PHP script which scans a directory for images, resizes any it finds and saves them back overwriting the originals.
It works well except for the fact that it strips the metadata from the ...
0
votes
3answers
100 views
Auto resize image
Is there any way to resize image uploaded to server? I have uploaded a image using servlet and JSP. Now I want to resize that image according to fixed ratio.
Is there any API available?
0
votes
1answer
89 views
Asp.Net: Dynamic image resize
I want to create an image resize mechanism for my Asp.Net web site project like timthumb. I want to do this:
Upload image
Set a size
If I need another size of this image I can give "only" size ...
0
votes
1answer
12 views
How to solve out of memory error?
I am doing my project in OCR.For this i am using image size of 64x64 because when i tried 32x32 etc some pixels is lost.I have tried features such as zonal density, Zernike's moments,Projection ...
0
votes
0answers
74 views
CSpriteBatchNode: resizing TextureAtlas capacity from [29] to [40]
Okay I'm not sure why but all of a sudden my app crashes into a pause with breaks and has the following output:
2013-05-06 13:40:09.606 BerryMunchers[66052:c07] cocos2d: OS version: 6.1 (0x06010000)
...
0
votes
1answer
116 views
How to resize image like in google plus based on height and making it responsive
I want to make an image scalable on web across all platforms and for all resolutions. I am pretty impressed by the way google does it. For example:
1900 - ...
0
votes
1answer
54 views
CodeIgniter image resize: where to insert call to image_lib>
this is doing my head in - this function is called by an image upload form, and I simply want to resize the image after it's been uploaded - I just can't seem to get it working with the Image_lib ...
0
votes
0answers
647 views
Positioning CSS Hover Effect Correctly Above Image?
I'm currently trying to implement an overlay with a paragraph, on top of an image when hovered over. Even though I've managed to get it working, it isn't quite lining up with my image. I'm using ...
1
vote
4answers
71 views
Resizing Images As Window is Resized?
Currently I have four images side by side. When the window is resized or viewed on a smaller device it does a line jump (three images and the fourth one beneath it). However what I want is for all ...
0
votes
0answers
124 views
HTML5 image resize
I'm intending to create a Facebook-like image uploading system. This is my first try. I'm using this HTML 5 and JavaScript code to re-size images on the client side. Now I got a problem with ...
0
votes
0answers
22 views
strugling with image resize
I am getting image as raw post data and saving it to a folder which is fine.But how to resize that image which is already saved in a folder.
My code is
$jpg = $GLOBALS["HTTP_RAW_POST_DATA"];
...
0
votes
1answer
68 views
Get height based on fixed width UIImageView image
How can I get height for UIImageView based on fixed (310.0f) UIImageView width for real looking image ?
So the thing should work for placing UIImageViews in UITableViewCells (thats not important for ...
1
vote
2answers
46 views
Crontab Won't Save Images From PHP Script
I have a PHP script that scrapes images from an RSS feed, resizes them and then saves them. I made a cron job via crontab that will do this once per hour but the images are not saved.
I thought it ...
-1
votes
1answer
108 views
PHP Resize Images and Save to Server [duplicate]
I'm resizing and saving multiple images from a URL and was wondering how I can compress these images more as the images that are saving in the 640x320 folder are 400kb which is too big and was ...
4
votes
1answer
100 views
Rotate and crop
I'm rotating and cropping a image with PHP, but I get the black border showing, I know you can change the background color, but I want to rotate and crop the image to fill the whole image. Basically ...
1
vote
0answers
95 views
Image resize to square but keep aspect ratio and fill with transparency
Im resizing an image to a 100 x 100 image, this is working great.
BUT..... I would like to keep the original aspect ratio. Therefore I need to determine whether the width or the height of the ...
0
votes
1answer
348 views
Resize image and drag position using jquery and saving the output to html
I'm trying to build a little tool that enables me to take an image, put a PNG transparent mask over it, then scale and drag the image in place to get it perfectly positioned/sized within the mask.
...
0
votes
0answers
34 views
Is there a way to preserve the center of an UIImage (Inverted Cap Insets)
Is there a way to preserve the center of an image rather then the insets. Like an inverted Cap Inset?
0
votes
1answer
186 views
ASP.NET error when uploading, renaming and resizing an image
Afternoon, i am trying to upload a file using the asp.net FileUpload control. Before saving the image i need to rename the file with the users GUID, then resize the image to 128px.
However when it ...




