translated italian comments and text into english

This commit is contained in:
Giuseppe Baruffa 2006-03-16 16:47:31 +00:00
parent 30dd4e7e52
commit 84fa2a5347
4 changed files with 780 additions and 1502 deletions

View File

@ -125,6 +125,10 @@ SOURCE=..\libopenjpeg\jpt.c
# End Source File
# Begin Source File
SOURCE=..\libopenjpeg\jpw.c
# End Source File
# Begin Source File
SOURCE=..\libopenjpeg\mct.c
# End Source File
# Begin Source File

View File

@ -1650,18 +1650,6 @@ void jpwl_read_esd()
break;
}
//esdata = esdata/2;
//for (i=0; i<esdata; i++)
//{
// temp = cio_read(2);
// mant = temp & 0x07FF;
// ex = (temp >> 11) & 0x001F;
// value = pow(2,ex-15)*(1+(mant/pow(2,11)));
//fprintf(f,"%x\n",cio_read(1));
// fprintf(f,"level %d: %f\n",i,value);
//}
//printf("temp: %x\n",cio_read(2));
//cio_skip(-2);
fclose(f);
}
/*

File diff suppressed because it is too large Load Diff

View File

@ -130,6 +130,10 @@ SOURCE=..\libopenjpeg\jpt.c
# End Source File
# Begin Source File
SOURCE=..\libopenjpeg\jpw.c
# End Source File
# Begin Source File
SOURCE=..\libopenjpeg\mct.c
# End Source File
# Begin Source File
@ -146,6 +150,10 @@ SOURCE=..\libopenjpeg\raw.c
# End Source File
# Begin Source File
SOURCE=..\libopenjpeg\rs.c
# End Source File
# Begin Source File
SOURCE=..\libopenjpeg\t1.c
# End Source File
# Begin Source File