dahtah / imager

R package for image processing
GNU Lesser General Public License v3.0
187 stars 43 forks source link

After image load white color becomes grey #84

Closed KiprasKancys closed 5 years ago

KiprasKancys commented 5 years ago

Hi, Just noticed that load.image confuses white and grey color.

imager::load.image('white.png') %>% plot(axes = F)

becomes

ShotaOchi commented 5 years ago

Did you confirm that it occurred even if you set rescale to FALSE?

imager::load.image('white.png') %>% plot(axes = F, rescale = F)
KiprasKancys commented 5 years ago

Wups, my mistake. Closing the issue.