Re-size an image in Office Picture Manager - image

want to change the pixel for my image to 951x211.when type in 951x211 it automatically display as 594 x 211.want to put my image as a banner in my Home Page

Photoshop is the solution to my problems above once i set the width and height..it becomes fixed, saved as image in desktop, and when i open in office picture manager it widths and height doesn't change.

Related

CKeditor, size of image preview box

Searched the web all over to find the way to change the image preview box dimensions in CKeditor, with no luck.
Although https://docs.ckeditor.com/ckeditor4/docs/#!/guide/dev_howtos_dialog_windows-section-6 teaches how to change the dialog dimensions, it doesn't provide information on how to set the image preview box width and height, which remain fixed on changing the dimensions of its parent window.
Dimensions of the preview box could be changed in skin's CSS, located – in the case of moono and moono-lisa skins – in skins/<name of skin>/dialog.css. The selector connected with it is .cke_dialog .ImagePreviewBox.

Resizing a PNG's dimensions (Length x Width)

Alright, I will provide specifically what I need. I am using Windows 7. I need this done on a .PNG extension file. Rightclick any png file and click Properties. Under the 'Details' tab it shows the images' dimensions, the width and height in pixels.
I have tried every editor but photoshop which I do not have to create an image with a height of 23552. I use pixlr editor until I can get photoshop located at https://pixlr.com/editor/. Inside the editor I can have an image loaded which I am editing. Using that web application I can resize the image by going to 'Image' tab and pressing 'Canvas size...'. It restricts the height to 4000, but I need it 23552. The reason I need it that high is because when you animate a minecraft texture in a Resource Pack, it detects stacked images by height in the same png, not sure exactly but I know how to animate them with minecraft, I just need a way to get a 23552 pixel height on a png image. Thanks for any help I can get.
Use Microsoft Paint. In Paint, open your image and click "resize" on the Home tab. Enter your desired height and save the photo.
Source: http://windows.microsoft.com/en-ca/windows7/resize-a-picture-using-paint

How to resize image if the image is bigger than Textbox.But it not increase scale if smaller

I created RDLC report layouts by using Visual Studio Report Designer.
I need to display image on textbox.
The image was set center align by Chris Hays 's method.
But This method must set sizing to be "Clip"
So It has a problem because when Image which it was getting from database is bigger than textbox. It would clipped like below.
I tried to use sizing with "Fit Proportional" Mode. It can't set centered image by Chris Hays 's method.
But if I use sizing with "Fit to size". I can ignore centered image. But if some image is very small. It will lose quality.
What should I do if I need to
1.Centered image
2.Fit to textbox if image is bigger than textbox.
3.Original size if image is smaller that textbox.
I can resolved this problem by created two image control.
First image control -It was set sizing "Fit"
Second image control- It was set sizing "Clip" and used Chris Hays 's method for centered image.
Both two image controls was set Visibility property by expression
if a width of image is bigger than textbox , First image control will show and second will hide.
if a width of image is smaller than textbox , First image control will hide and second will show.
I can get a width of image by this code
=(System.Drawing.Image.FromStream(new System.IO.MemoryStream(CType(First(Fields!FILE_BINARY_DATA.Value, "My Table"),Byte()))).Width /96)
96 is dpi
After I known a width of image from above expression.
I will use it for set Visibility Property of First Image like these
=iif((imgWidthInch.Value > 2.6 ),false,true)
2.6 is widht of my textbox.
And Set Visibility of Second Image by the other hand.
If you're using the same sizes of the tutorial you could try and set the Sizing property by using the following expression:
=IIF(Round((3.5-System.Drawing.Image.FromStream(new System.IO.MemoryStream(CType(Fields!LargePhoto.Value,Byte()))).Width
/96)/2,2)>0, "Clip", "Fit")

Images & Icons are getting pixelated when gallery loads

I have a Content Slider (All-in-one-banner sort of) on the home page of my website.
Every time this banner slides onto the next image in the queue, the other images (png format) on my page are getting pixelated. Especially it happens in Chrome.
Images and Icons such as the logos, icons used for navigation, etc... - they get pixelated when a new slide changes on the banner.
Please help me.
Demo link (Open in chrome):
When the slides in the banner change, Look at the logo on the top and the logos to the right, and also the profile pics below,: indiaemerge.com/ieys2013
The solution I could figure out is that one should NOT use an image with large dimensions.
For example: I was trying to use an image of size 800px X 400px to fit it into a division of 200px X 50px. Because of this the image was getting distorted when slides would change.
I reduced the dimensions and resolution of the image to match the target division's dimensions and it worked.
Another way to fix this is to use an svg image file.
So the lesson to be learnt here is that always try to use an image (in case it is png or jpg) whose size meets your requirement as precisely as possible. If it is an svg image file then there won't be any problem.

Resized image does not appear in my project

I am developping a metro application on w8.
My splash screen image was too little and appeared just in the middle of the screen.
What is requiered is a 620*300 px image so I changed the dimensions of my picture and replace it in the project asset folder without changing the name, I looked in the properties the picture is in fact 620*300 pixels, there isn't any error in appmanifest file but when I launch the program the image size is the same, nothing has changed.
What I have to do?
That is expected behaviour. The image will appear in the center of the screen with the background colour you specify in the manifest surrounding it.

Resources