本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
hms
/
aptdec
镜像来自
https://github.com/Xerbo/aptdec
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
7
Wiki
活動
瀏覽代碼
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
二進制
palettes/Falsecolor-N19-HRPT-High-Veg.png
+2
-1
pngio.c
二進制
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;
Write
Preview
Loading…
取消
儲存