The resize-image tag has no wiki summary.
0
votes
2answers
26 views
Image resizing + hosting (language independant)
For several of my applications (MVC3 / RoR / PHP) I am looking for a library (framework or as a service) to resize images on the fly + host the different sizes on a CDN / cache somewhere not to use my ...
1
vote
0answers
15 views
Textarea Resize Handle Image Source
Where can I get the source image for the text area resize image in each browser?
I've got a custom control that is resizable with some standard text areas on the same form (TinyMCE). I'm trying to ...
0
votes
0answers
12 views
Re-sizing images on upload
I found an image resize class which I think will fit my purpose here. Unfortunately, my upload code saves images to a folder while data (filename etc) is saved to a mysql database. This particular ...
2
votes
1answer
162 views
Image resizing and cropping with Php
Im using a php script to upload and resize an image, pretty simple:
if($_SERVER["REQUEST_METHOD"] == "POST") {
$image = $_FILES["image_upload"];
$uploadedfile = $image['tmp_name'];
if ...
0
votes
1answer
99 views
wpf mvvm ImageSelector
I have one project with mvvm. I load image with .jpg format by click load button in my project. I want to select part of this image and move it and re size it such as paint by click on rectangle tool ...
1
vote
2answers
175 views
Image and text editor like PicSay android app
I am developing an image editing app like PicSay android app, in which I have to put text on image with custom background and also user can resize text by touch/controller on screen. I try lots of ...
0
votes
0answers
90 views
Batch resize images and output images to new folder with ImageMagick
Current image folder path:
public_html/images/thumbs
Output image folder path:
public_html/images/new-thumbs
I have 10 video thumbs per video in current folder, named of image thumbs:
1-1.jpg
...
1
vote
1answer
362 views
Resize image with Codeigniter with low quality
I am using CodeIgniter to resize image, but the small image I have resized is low quality.
Here is my code:
$config = array(
'image_library' => 'gd2',
'quality' => '100',
...
2
votes
2answers
1k views
Resizing bitmap from InputStream
I trying to resize one image from InputStream, so I use the code in Android: Strange out of memory issue while loading an image to a Bitmap object but I don't know why this code always return Drawable ...
1
vote
1answer
329 views
How to make a shape dragable and re-sizable in android dynamically
I am a newbie in android and i am making a simple app in which i select an image from the gallery, a rectangle is drawn on the image which the user can drag at any position on the image and re-size ...
3
votes
5answers
502 views
PHP - Resize image in server before browser downloads it
There is a file in stored in the server, which for instance has dimension of 400 X 600 pixels.
But in different part of the websites, we need the same picture of different dimension. For thumbnail, we ...
1
vote
3answers
2k views
resize any image size image into 400Wx264H using c# for asp.net web application
I am designing a website and need to re size large image into a dimension of 400Wx264H without loosing aspect ration.
I have worked on different version of code but all come back with the one or the ...
0
votes
1answer
333 views
Resize picture to 2MB [closed]
I am wondering if it is possible to resize a picture so it takes up less space??
If I have a 20MB picture and I upload it. Is it the possible to convert it so it only takes up let us say 2MB... or ...
0
votes
0answers
47 views
Site with many images. Should I resize them? [closed]
I have this one page which contains over 30 images to download. The pictures size are kind of small in size (70 KB at the most) and dimensions (640 x 400). However, for this particular scenario, I ...
0
votes
0answers
142 views
ImageView.ScaleType “CENTER_INSIDE” - how much delay if an image has to be resized to fit the view?
I would like to know how much time longer it takes to display an image when using ImageView.ScaleType "CENTER_INSIDE" in the case that the image has actually to be resized because it is bigger or ...
0
votes
2answers
63 views
jquery resizable issues
Here is my code:
$('#resize').click(function() {
$('#test').resizable();
});
When I click the resize div, i want the test div to be resizable. But the test div in this case is not becoming ...
0
votes
0answers
393 views
Resizing an image upon php file upload
I looked through posts, but could not find one that answered my specific question. I have a file upload script that uploads a song and an image. However, when I upload the image, I need it to become ...
1
vote
1answer
323 views
resize image data on iPhone
I get image data from NSURLConnection, and store the data using NSMutableData. The point is that I want to store a smaller size of the image.
Now I use the following code to get a smaller image:
...
0
votes
2answers
883 views
Resize HTML map images
In a small website where the pages are only composed by a single image with multiple links using html map, I want to resize the images (smaller images) but it is extremely painful to resize all the ...
0
votes
1answer
419 views
Can we use Server.MapPath in Bitmap?
recently i created a webpage, where in i have a img tag, whose source is linked to another page, where i am resizing the image, whose name is being sent from the src from previous page in query ...
1
vote
1answer
261 views
how to center img vertically and horizontally in a container - img may potentially be larger than container
I have a container that will contain an image, and this image is loaded from an application and so the dimensions of the container is known while the image will vary.
I currently have the following ...
0
votes
2answers
445 views
Should UIImageJPEGRepresentation act the same on every iOS device?
I'm resizing an UIImage using the MGImageUtilities library (using the imageScaledToFitSize method). After the resize, if I print the size of the new UIImage created, the size is as expected.
After ...
0
votes
1answer
238 views
OutOfMemoryError while resizing Bitmap
I am trying to resise a Bitmap image using bitmap.scaleInto function. I got the out of memory exception while trying to do that for an image having a 2MB size. How can I make a resize of large image ...
0
votes
0answers
2k views
ASP.Net MVC3: Upload Image File, Resize, then Save to Database (NOT Filesystem), and Return ImageID
I am working on a client side application that gives the user an option to attach a series of images to an object, one image at a time. The process would go something like this.
User presses ADD ...
2
votes
1answer
348 views
Creating a custom button in firefox (using the custom buttons addon) does not allow me to resize the button image
I have successfully created my own custom button in firefox and it does what i need. So then i placed a custom icon onto it via the code below (which works as I wanted), the only problem with it is ...
2
votes
2answers
314 views
Upload three versions of an image, full size, thumbnail and resized
So far, I've been uploading one image by hand (FTP to the server when live, locally moving a file), and then resizing them on the fly using the img tag's width and height properties to resize them. ...
5
votes
2answers
4k views
Resizing IMAGEVIEW on image scale android
I have an image inside an imageview in android.
I am scaling the image using scaletype(MATRIX) via code similar to this:
mtrx.postScale(scale, scale);
...
0
votes
2answers
957 views
Maintain image layout on a webpage even after zoom?
I currently have three images placed horizontally one after another on a webpage. When the user zooms in sufficiently, the page layout bumps the third image to be placed below the first two images. I ...
3
votes
4answers
2k views
best practice of generating thumbnail?
I am creating a social network where users upload their profile image.
This image will be used in their profile page in 150 / 150 px dimension.
In the home page i.e user Activity feed I need the ...
0
votes
1answer
5k views
Resize uploaded image - PHP
I am using the basic upload code from the w3schools website but I would like to add the ability to resize the image on upload to 200px wide. Is this something that can be simply added to this code or ...
0
votes
2answers
3k views
Resize images Matlab
I want to resize images, but it should keep the height/width ratio when doing the resizing. What I do is, first I check whether which side (width or height) is the long. If the width is long, I'll ...
3
votes
3answers
2k views
How to move image to new folder?
As the title says ..How to move/rename image to new folder?
I have this so far and the new image is resized/cropped but it doesn't move to "new/" folder:
$in_filename = '4csrWqu9ngv.jpg';
...
0
votes
1answer
320 views
Image cropping at presentation layer/front-end
Our site creates various crops/sizes (of an image) UPON image upload.
We want to move away from this approach, as our presentation layer/front-end morphs over time, and subsequently, the image ...
3
votes
1answer
780 views
Poor performance of html5 canvas under firefox
I have the following html5 code:
<canvas id="myCanvas" width=600 height=600>
</canvas>
followed by some javascript:
<script type="text/javascript">
<!--
var img = new ...
0
votes
1answer
118 views
Centering an image inside a Loader
I'm developing an ActionScript 3.0 app for Blackberry Playbook.
I have a Loader with a fixed size of 240x240px. The images that can be loaded inside are smaller or bigger than 240x240px, and also ...
2
votes
2answers
544 views
Java Swing: Resize JMenuItem's icon, either automatically or programatically?
It seems that JMenuItems don't automatically resize any image icon that's assigned to them, and from what I can tell, there isn't a property that makes them automatically do that, either.
Is anyone ...
3
votes
1answer
2k views
curl and resize remote image
I use this script to download and resize a remote image. In the resize part something goes wrong. What is it?
<?php
$img[]='http://i.indiafm.com/stills/celebrities/sada/thumb1.jpg';
...
0
votes
1answer
738 views
AppEngine Images API Resize on width only and maintain aspect ratio
A user can upload a picture to blobstore, which I would like to resize to have a maximum of only 500px in width. I don't want to specify the height since I want it to maintain the aspect ratio.
The ...
0
votes
1answer
123 views
PHP: if more than ..px resize to
I want to do so if the image are over the dimensions 604x453, then resize it to 604x453.
Ive made it this far:
$org_name = stripslashes($_FILES[$upload_name]['name']);
$file_size = ...
2
votes
1answer
1k views
Crop and Resize Image to Specific Dimensions
I need some help cropping and resizing images using CSharp.net. My goal here is to take an image and reduce it to 50px by 50px. The following code I found here will do that, however it's scaling the ...
4
votes
1answer
2k views
how can resize the original image in android
i am working on image ,upload original image in this original image resize the small image this image saved in to database
original image --> resize it (small image )--> small image saved in to ...
2
votes
1answer
1k views
dynamically resize the actual image in android how can implemented
i am worked on android application in this application image saved in byte code,in this byte code convert image
in this original image resize in smaller image and clarity image dynamically how can ...
0
votes
1answer
2k views
fluid image resize with browser resize
Does anyone know how to make the image resize to the browser using jquery like this
http://www.ellenrogers.co.uk/photoshoot/folly
?
0
votes
1answer
411 views
How to resize and display images from another domain using php?
I want to resize images using php. with out losing its quality. Currently I have two domains. I have to display images from portfolio section of my old site to new website. How to resize the images ...
5
votes
2answers
9k views
How do I fill white background while resize image
Current background is black. How to change the color to be white?
#assuming the mime type is correct
switch ($imgtype) {
case 'image/jpeg':
$source = ...
1
vote
3answers
831 views
Image resizing service (for Rails, or anything really) [closed]
I'm looking for a (ideally self-hosted) service that lets me do something like
<img src="http://image-resizer.domain.com/resize-image/150/100/path/to/image.jpg" />
This service would:
...
2
votes
1answer
1k views
JQuery - scalable/resizing background image
The desire is to have a background that resizes/scales/stretches with the browser window.
Though there seems to be a CSS3 method, it isn't widely supported.
There seems to be numerous JQuery methods ...
1
vote
2answers
366 views
Rails 3.0.1 and Paperclip - Image not resizing
I have the following code on my model:
has_attached_file :photo, :styles => { :small => "150x150#" }, :storage => :s3, :s3_credentials => "#{RAILS_ROOT}/config/s3.yml", :path => ...
2
votes
1answer
723 views
Simple resizing image
I've been trying to use a method commonly used to resize an image. Without using this method, here is the code that takes a url of an image.
NSData *data = [NSData dataWithContentsOfURL:url];
...
0
votes
2answers
208 views
Can loading and resizing an uploaded image be dangerous?
I have ASP.NET form with an upload control for users to post an image. On the server I load that image (using the Bitmap class) and resize it.
Is there any danger in doing that when users upload ...
