Octave erro de alocação de memória depois de mudar o GM para profundidade quântica 16

0

Eu tentei aumentar a profundidade quântica do GraphicsMagick para 16bits. Eu baixei o pacote GraphicsMagick de aqui . Aqui está o resultado para os detalhes da versão e o resultado da profundidade quântica para gm version .

karthikeyan@karthikeyan:~$ gm version

GraphicsMagick 1.3.25 2016-09-05 Q16 http://www.GraphicsMagick.org/
Copyright (C) 2002-2016 GraphicsMagick Group.
Additional copyrights and licenses apply to this software.
See http://www.GraphicsMagick.org/www/Copyright.html for details.
..
...
....
Configured using the command:
  ./configure  '--with-quantum-depth=16' '--enable-shared' '--disable-static' '--with-magick-plus-plus=yes'

Então eu fui em frente para processar imagens, assumindo que minha graphicsmagick pode lidar com 16 bits, mas estou recebendo este erro. Por favor, ajude a resolver isso:

karthikeyan@karthikeyan:~$ octave

octave:1> i = imread("/home/karthikeyan/Pictures/Wallpapers/f1376677896.jpg");
warning: your version of GraphicsMagick limits images to 8 bits per pixel
*** Error in '/usr/bin/octave-cli': malloc(): memory corruption: 0x0000000002300dd0 ***
panic: Aborted -- stopping myself...
^C^CPress Control-C again to abort.
^Cpanic: attempted clean up apparently failed -- aborting...
Aborted (core dumped)
    
por karthikeyan 02.10.2016 / 16:50

0 respostas