이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
hms
/
aptdec
의 미러
https://github.com/Xerbo/aptdec
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
7
위키
활동
소스 검색
First HRPT palette! Also fix some warnings in pngio.c
tags/v1.8.0
Xerbo
4 년 전
부모
399b2234d2
커밋
8e77155394
2개의 변경된 파일
과
2개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
palettes/Falsecolor-N19-HRPT-High-Veg.png
+2
-1
pngio.c
BIN
palettes/Falsecolor-N19-HRPT-High-Veg.png
파일 보기
Before
After
Width:
256
| Height:
256
| Size:
89 KiB
+ 2
- 1
pngio.c
파일 보기
@@ -22,6 +22,7 @@
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <math.h>
#include "common.h"
#include "offsets.h"
@@ -317,7 +318,7 @@ int ImageOut(options_t *opts, image_t *img, int offset, int width, char *desc, c
// Parse effects
int crop_telemetry = 0;
for(int i = 0; i < strlen(opts->effects); i++){
for(
unsigned long
int i = 0; i < strlen(opts->effects); i++){
switch (opts->effects[i]) {
case Crop_Telemetry:
width -= TOTAL_TELE;
쓰기
미리보기
불러오는 중...
취소
저장