このサイトは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行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
バイナリ
palettes/Falsecolor-N19-HRPT-High-Veg.png
+2
-1
pngio.c
バイナリ
palettes/Falsecolor-N19-HRPT-High-Veg.png
ファイルの表示
変更前
変更後
幅:
256
| 高さ:
256
| サイズ:
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;
書き込み
プレビュー
読み込み中…
キャンセル
保存