Search found 5 matches
- 2011-02-21T15:08:42-07:00
- Forum: Users
- Topic: Resizing image without stretching it, possible?
- Replies: 3
- Views: 8351
Re: Resizing image without stretching it, possible?
Actually, I was thinking about it, this isn't a matter of resizing, it's more a matter of cropping out the left over space... from 40x40 to 32x32
- 2011-02-21T14:46:36-07:00
- Forum: Users
- Topic: Resizing image without stretching it, possible?
- Replies: 3
- Views: 8351
Resizing image without stretching it, possible?
This wonderful little software saved me about ten thousand hours of work, but now I need something I do not know whether it's possible.
I have these 40x40 png icons, but the elements inside it fit a 32x32 size PERFECTLY, how can I resize all my png icons and centralize the object?
Thanks!
I have these 40x40 png icons, but the elements inside it fit a 32x32 size PERFECTLY, how can I resize all my png icons and centralize the object?
Thanks!
- 2011-02-21T14:28:12-07:00
- Forum: Users
- Topic: Transparency in the BG when object has the same color as BG?
- Replies: 4
- Views: 7205
Re: Transparency in the BG when object has the same color as
Hi, double quotes also didn't work, going to look for the documentation see if I find anything relevant. I downloaded this version from the Website: ImageMagick-6.6.7-Q16-windows.zip (Description: Portable Win32 static at 16 bits-per-pixel. Just copy to your host and run (no installer, no Windows ...
- 2011-02-21T14:17:25-07:00
- Forum: Users
- Topic: Transparency in the BG when object has the same color as BG?
- Replies: 4
- Views: 7205
Re: Transparency in the BG when object has the same color as
That sounds like a good idea, but I can't get this to work.. C:\TestIco\imagik>convert AccessTableContacts.png -fuzz 10% -fill none -draw 'ma tte 0,0 floodfill' alpha_AccessTableContacts.png convert: Non-conforming drawing primitive definition `matte' @ error/draw.c/Draw Image/3135. convert: unable ...
- 2011-02-21T13:52:20-07:00
- Forum: Users
- Topic: Transparency in the BG when object has the same color as BG?
- Replies: 4
- Views: 7205
Transparency in the BG when object has the same color as BG?
Alright, I'm doing all the icons in an specific folder become transparent. Here's one example of the icon: http://i.imgur.com/31xND.png As you can see, the background is white, and there are white elements inside the icon. Here's the code I used in a batch file: for /f %%a in ('dir /b *.png') do C ...