Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot convert from rgb to monochrome
#2
That 39.9 MB jpg will be 1.5 (and more) GB in Gimp. Put the cursor at the bottom of Gimp window and the size in memory shows.

There are memory constraints using a 32 bit system, maybe that is kicking in.

Not sure if ImageMagick will work on such a large image but worth a try. https://www.imagemagick.org/script/download.php scroll down to bottom of page.

The syntax is simple: A windows cmd terminal where the image is stored and

Code:
magick convert something.jpg -colorspace gray new.jpg
Reply


Messages In This Thread
RE: Cannot convert from rgb to monochrome - by rich2005 - 02-14-2018, 09:35 AM

Forum Jump: