Ciao a tutti,

Provando ad utilizzare OctreeQuantizer per il dithering delle immagini gif ottengo:

codice:
 Compiler Error Message: BC30002: Type 'OctreeQuantizer' is not defined.

 Dim quantizer As New OctreeQuantizer(255, 8)
Mi sapete dire cosa va incluso per l'utilizzo?

Al momento ho le seguenti inclusioni:

codice:
<%@ Import Namespace="System"%>
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Drawing" %>
<%@ Import Namespace="System.Drawing.Imaging" %>
<%@ Import Namespace="System.Drawing.Drawing2D" %>
Grazie