Differences From Artifact [9f72395624]:
- File picedit.c — part of check-in [1e022e6c6d] at 2021-04-14 02:58:56 on branch trunk — Complete the implementation of the dependent picture editor. (user: user, size: 46800) [annotate] [blame] [check-ins using]
To Artifact [9a5c536613]:
- File picedit.c — part of check-in [55e7980567] at 2021-04-15 03:37:26 on branch trunk — Implement loading dependent pictures. (user: user, size: 46802) [annotate] [blame] [check-ins using]
︙ | |||
947 948 949 950 951 952 953 | 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 | - + | break; case 12 ... 15: for(k=0;k<64;k++) { dp->filters[i].shift.shift[k]=(j=fgetc(fp))&127; dp->filters[i].shift.size[k]=fgetc(fp); if(j&128) break; } |
︙ |