The image-size tag has no wiki summary.
1
vote
1answer
24 views
how to get the size of image that bind dynamically
I have Image likes ,
<img runat="server" id="MyImage"/>
And I load the source of image at the start of page ,
ClsDB db = new ClsDB();
protected void Page_Load(object sender, EventArgs e)
...
2
votes
1answer
32 views
How can I find out what the largest possible file-size for a given UIImage-size is?
I am creating a turn based game, and using GameCenter to handle it. At one point here, I want to send a small picture/icon in the matchData for the match. This query has nothing to do with Game Center ...
0
votes
3answers
92 views
Change image size on JavaScript event
I am using a template that I bought offline that uses JavaScript. I am not that great with JavaScript and I would like to make it so that the logo goes from being small to larger as soon as the user ...
-2
votes
1answer
132 views
Preserve image size after encryption in matlab
I am trying to encrypt an image in MATLAB using pixel confusion and diffusion. So the code changes the position of the pixel and the changes the pixel grayscale value. The problem is that the ...
0
votes
1answer
64 views
dynamically load imageView
I have a layout where one imageView want dynamically load an image from drawable files. I want this I have a certain size imageView whatever drawable image, so you need to assign a size to upload. I ...
0
votes
2answers
103 views
PHP image resize depending on height
Hey all i am trying to figure out how to resize an image that has a higher height than width. The normal width and height of the area where the image needs to be displayed is:
width = 1000px
height ...
0
votes
1answer
35 views
Getting the size of the image of a .NET module
I got the instruction pointer from a thread in a .NET process and now I'd like to determine
in which module in that process it resides.
So I was thinking to get the loaded modules of the process and ...
1
vote
2answers
77 views
Update form with image size using Jquery after page is loaded
I've tested multiple instances of my code, but there are some inconsistency that I can't figure out. So I hope you smart guys can help.
I have this jquery code in the header
function ...
2
votes
1answer
55 views
Image event on size loaded
As you can see when a webpage loads a big image, browser can know image sizes (width and height) at the beginning of loading.
I'm looking for a way in javascript to add event called when sizes is ...
1
vote
1answer
57 views
How can I get a website's images to increase in size, relative to their page views or hits?
The scenario:
I have a very basic html site with a series of images lumped together, side by side. The images are also linked to corresponding articles and when the cursor hovers over each image, a ...
0
votes
2answers
339 views
PHP imagick convert svg to image issue
I was not able to figure out why I am not able to do the conversion from svg to image.
System:
Windows 2008 Server
II7
PHP 5.3.10- Imagick is installed
Code
$command = ...
0
votes
0answers
55 views
Shrinking head image sizes in safari and not firefox
I have a <thread> with images as the headers for each column. Now when I load the page in firefox the images remain at the same size (lets say 150px by 150px) and the page expands to the right. ...
0
votes
1answer
295 views
Resizing images in smarty?
In smarty there is the imagesize function which you can pass it a height and a width and it will scale it down until the first dimension property is meet.
E.g. if you have an image that is 5000x3000
...
1
vote
2answers
354 views
Get size of ajax loaded images
I've tried using $element.width() or $element.height() and both doesn't seem to help for retrieving values of ajax loaded images. How can I get these with either jQuery or regular JS? The images have ...
2
votes
2answers
216 views
Is there a good practice for serving images to mobile and HIDPI/retina devices yet?
I'm planing to create a blog and I'm thinking about how to serve images in the best possible quality without affecting loading times for mobile devices too much.
My content column is aprox. 768 ...
2
votes
1answer
532 views
Invalid Parameter Error when calling System.Drawing.Image.Save
i am getting Invalid Parameter Error when calling System.Drawing.Image.Save function.
i google and found a few suggestions but nothing works.
what i am trying to do is that, when i upload an image and ...
1
vote
1answer
262 views
How to get an Innosetup installer package to display a non-scaled icon image (>32x32)
I've started using 'large' icons on my desktop. For a while I've also been including images > 32x32 in my Delphi Application. The result is a nice clean image display in all Windows display ...
0
votes
0answers
79 views
Cannot get bitmap size of a webP image that has transparency?
i'm making some experiments with the relatively new webP image format , that is supported on android 4 (ICS) as shown here .
so far , in order to get the image size before loading it , i used the ...
1
vote
1answer
311 views
Controlling Image Size for Posts in WordPress
I've been playing around with WordPress. As a programmer, the media library seems a little strange to me - but I'm keen to understand how I can achieve what I need with the framework. Cue WordPress ...
0
votes
1answer
271 views
iPhone 4 Retina image not sizing properly with CSS
I'm trying to save out images for a mobile site. I'm saving out a hires (width 640px) and a low res (width 320px) for the iPhone 4. If I view the jpg image in Safari mobile, it shows full width ...
1
vote
3answers
1k views
Validate image Resolution in Javascript, PHP
I want to validate Image Resolution before upload an image in PHP through Javascript. In my php form , i want to upload two different images and both image have different resolution restriction.
I ...
2
votes
1answer
73 views
Remove image while changing page size
I've got a question about html and css (PURE html and css - no JavaScript or JQuerry)
I've got 2 columns on my page (first - width:35% (page), second - width: 65% (page)). There is an image in the ...
1
vote
2answers
296 views
how to get image size from a jquery json parse?
how to get image size from a jquery json parse? I put a each function, first download all the images to the html part then try to use width() & height() to the the image size, but I met some ...
1
vote
1answer
290 views
PHP Wordpress dynamic custom image sizes
wordpress has a good support for images in general.
to get new image sizes, one would just add some functions like :
add_theme_support( 'post-thumbnails' ); //thumnails
set_post_thumbnail_size( 200, ...
1
vote
2answers
4k views
Change image size by parent div
I tried to do so but it didn't change the size:
<div style="height:42px;width:42px">
<img src="http://someimage.jpg">
</div>
What will re-size it (I have no access to the img ...
0
votes
1answer
58 views
Provide large images for “good” (dual core+) phones and smaller, less resolution
I got several images within my app which are animated in various ways.
The problem is that 'weaker' phones, e.g. Samsung Galaxy S1 can't show these animations fluently.
In contrast, animations run ...
2
votes
2answers
1k views
getting dimensions of images scaled in percentage by css
I'm trying to get the dimensions (width) of image elements which are scaled using percentage values by css.
Here is the code:
<div id="wrapper">
<ul ...
1
vote
1answer
91 views
Incorrect bitmaps; how is this possible
I am trying to analyze license plates with C++ code. The point is NOT how to get there fast, because I want to go to the process of creating this C++ code myself and learning how to.
Problem:
The ...
2
votes
3answers
431 views
Few large images versus many small images
I have always thought that it is best, when forced to use images in websites, to use the smallest images as possible. However, if that means using several small images to get the same result as one ...
2
votes
1answer
3k views
Image size limitations in mobile safari?
I'm working on an iOS app using PhoneGap. I ran into an annoying problem where some of my images weren't loading. Thinking it was a cache issue I played around swapping images.
I finally discovered ...



