Top "Image-size" questions

The image-size tag is for questions related to the resizing, cropping, compression and retrieving the size of images in the context of source code.

Node get image properties (height, width)

I'm looking for a means to get the height and width of images from a given path locally. I know …

image node.js image-size
reduce camera/photo library image file size for less than 100 KB in iphone

I want to reduce image file size that take from UIImagePickerController . I use this method NSData *imageData = UIImageJPEGRepresentation(image, 0.1); but …

ios iphone image uiimage image-size
ExtJS 4: How to auto scale an image? (no clipping)

I have an Image Component in ExtJS which loads an image via URL like this: { xtype: 'image', width: 200, height: 200, src: …

image extjs extjs4 scale image-size
How to solve height resizing issue during 'fade' transition in Nivo Slider?

I'm using Nivo image slider and it appears, that it resizes images in a wrong way during 'fade' transition. That's …

jquery css nivo-slider image-size responsive-slides
High Resolution Image IE Browser Rendering

I am optimizing my site for these higher resolution monitors (especially the new iPad). I have the site formatted the …

html css image resize image-size
Resize images in GridView on Android

I follow this tutorial to create a GridView: This line: imageView.setLayoutParams(new GridView.LayoutParams(85, 85)); Size 85x85 is great for …

android image gridview image-size
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 …

ios image cordova mobile-safari image-size
How to add Images for different screen size from Assets.xcassets in Xcode 8?

I create different sizes of background image for my Login screen. I refer to the apple link https://developer.apple.…

ios swift uiimage image-size launchimage
Creating Android background, how many pixels?

I want to create backgrounds for my Android game. And while reading here I get how it works, what I …

android image background pixel image-size