Skip to content
Snippets Groups Projects
Commit 4f2fe5c5 authored by Antoine Lorence's avatar Antoine Lorence
Browse files

Fix crash when loi255.loi is loaded

parent 0cd0f6e1
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@
#include <Image.h>
#define N_MAX_THRESHOLD 256
struct Quantification {
static Quantification linearQuant(int size);
static Quantification nonLinearQuant(int size, const imagein::Image *image, unsigned int c);
......
......@@ -25,7 +25,7 @@
#include <QScrollArea>
#include "Quantification.h"
#define N_MAX_THRESHOLD 32
class QuantificationWidget : public QScrollArea
{
Q_OBJECT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment