Search found 3 matches

by rafineria888
2019-07-14T13:21:45-07:00
Forum: Users
Topic: Simple magick -resize doesn't work
Replies: 7
Views: 13426

Re: Simple magick -resize doesn't work

It works for other images.
My 1.png seem to be invalid for ImageMagick somehow :/
by rafineria888
2019-07-14T09:09:53-07:00
Forum: Users
Topic: Simple magick -resize doesn't work
Replies: 7
Views: 13426

Re: Simple magick -resize doesn't work

magick rose: r.png
Create image r.png with rose in my directory

magick r.png r2.png
The same but file name is r2.png

magick r.png -resize 16x6 r3.png
Sadly it's the same problem as I described above :( No changes in my directory.

magick 1.png info:
1.png PNG 250x50 250x50+0+0 8-bit sRGB ...
by rafineria888
2019-07-14T08:57:39-07:00
Forum: Users
Topic: Simple magick -resize doesn't work
Replies: 7
Views: 13426

Simple magick -resize doesn't work

Hey, I've very new to ImageMagick and I have a problem with resizing single image.

Version: ImageMagick 7.0.8-53 Q16 x64
OS: Windows 8.1 pro
I have ImageMagick installation folder in my PATH.

I used
magick 1.png -resize 16x16 2.png
My console didn't return any output and didn't create any ...