Search found 2 matches

by sekhar916
2016-08-02T21:08:31-07:00
Forum: Users
Topic: How to change png file parameter IHDR width using imageshack
Replies: 3
Views: 2805

Re: How to change png file parameter IHDR width using imageshack

How to change png file parameter IHDR width using imageshack
I suppose you mean using imagemagick

You can use extent to change the image width without altering the image, and set the background to white:

convert kXhet.png -background white -extent 384x42 output.png

result:

http://i.imgur ...
by sekhar916
2016-08-02T04:55:25-07:00
Forum: Users
Topic: How to change png file parameter IHDR width using imageshack
Replies: 3
Views: 2805

How to change png file parameter IHDR width using imageshack

I have a image with X*Y size say 42*42 and I want to change the X part to 384 fixed. I have a sofware which accpets only 384*Y size of images.I can change manually the X to 384 using paint.

Open the image in paint.
press ctrl+e a windows will open with image properties
Change the Width to 384.
It ...