Search found 8 matches

by Deixus
2016-10-15T04:43:51-07:00
Forum: Users
Topic: Resizing a very large image (complete newbie).
Replies: 14
Views: 6280

Re: Resizing a very large image (complete newbie).

ohkay. :T
by Deixus
2016-10-15T03:53:23-07:00
Forum: Users
Topic: Resizing a very large image (complete newbie).
Replies: 14
Views: 6280

Re: Resizing a very large image (complete newbie).

Code: Select all

Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\Program Files\ImageMagick-7.0.3-Q16>magick identify 1.png
1.png PNG 327168x325632 327168x325632+0+0 8-bit sRGB 1.0255GB 0.000u 0:00.000
by Deixus
2016-10-15T02:00:00-07:00
Forum: Users
Topic: Resizing a very large image (complete newbie).
Replies: 14
Views: 6280

Re: Resizing a very large image (complete newbie).

Now I get this. I guess I just don't have enough space on my machine. Wish there was some way to view or resize it, I don't even need that much detail. C:\Program Files\ImageMagick-7.0.3-Q16>magick 1.png -resize 4000x4000 out.png magick: unable to extend cache '1.png': No space left on device ...
by Deixus
2016-10-15T01:49:52-07:00
Forum: Users
Topic: Resizing a very large image (complete newbie).
Replies: 14
Views: 6280

Re: Resizing a very large image (complete newbie).

Ah, I see your point. I should have realized that from the error message. I'll restore it to the former name.
by Deixus
2016-10-14T11:48:00-07:00
Forum: Users
Topic: Resizing a very large image (complete newbie).
Replies: 14
Views: 6280

Re: Resizing a very large image (complete newbie).

Yet they do?
by Deixus
2016-10-14T05:34:17-07:00
Forum: Users
Topic: Resizing a very large image (complete newbie).
Replies: 14
Views: 6280

Re: Resizing a very large image (complete newbie).

Perhaps since you are on IM 7, you should be using the new syntax and not the legacy syntax. You may never have installed the legacy option when you install IM 7. So try magick 1.png -resize 4000x4000 out.png and magick -version Read my last post again, the result is in the quote also. I tried the ...
by Deixus
2016-10-13T23:46:39-07:00
Forum: Users
Topic: Resizing a very large image (complete newbie).
Replies: 14
Views: 6280

Re: Resizing a very large image (complete newbie).

I think the version is 7.0.3-4, but the changelog text file is a little hard to read because it doesn't seem to use word wrap. I know the version number was in the folder name, but I simplified it because it was hard to type out in the prompt. C:\Program Files\ImageMagick>convert 1.png -resize ...
by Deixus
2016-10-13T01:53:30-07:00
Forum: Users
Topic: Resizing a very large image (complete newbie).
Replies: 14
Views: 6280

Resizing a very large image (complete newbie).

When it comes to computer stuff, I used to be on my game back in the '90s or so. I am very computer illiterate these days, it took me an hour just to figure out how to open the Windows 10 command prompt. I've tried reading the tutorial pages for ImageMagick but I don't understand *anything* of what ...