Hello,
i will convert a image file to a J2K file and will set some encoder options, but the settings not working....
i have set this settings,
i will convert a image file to a J2K file and will set some encoder options, but the settings not working....
i have set this settings,
image.SetDefine(MagickFormat.J2k, "cblkwidth", "32")
image.SetDefine(MagickFormat.J2k, "cblkheight", "32")
image.SetDefine(MagickFormat.J2k, "prg", "CPRL")
image.SetDefine(MagickFormat.J2k, "numrlvls", "6")
image.SetDefine(MagickFormat.J2k, "rate", "30")
the file looks the same with and without this settings...