aheckmann / gm

GraphicsMagick for node

Home Page:http://aheckmann.github.com/gm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mogrify -color 2 *.tiff does not convert image to indexed black and white

shirha opened this issue · comments

windows 10
ImageMagick-7.0.10-14-Q16-x64-dll.exe

I'm trying to convert an image from grayscale to indexed=2 but it leaves it grayscale

this command does not convert to indexed=2
magick mogrify -colors 2 -path ../bw *.tiff

this command works (graphics magick) but doesn't support -path
gm mogrify -colors 2 *.tiff

magick convert page_048.tiff -format %c histogram:info:
750496: (0,0,0) #000000 gray(0)
8299794: (255,255,255) #FFFFFF gray(255)

page_048.zip

also can't search discource-server

https://imagemagick.org/discourse-server/
General Error
SQL ERROR [ mysql4 ]
Too many connections [1040]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.

sorry. wrong project. please delete issue