Rawデータをjpgに変換したいです

カメラで撮影したrawデータを、任意のサイズに変更したjpegに変換したいです。
例えば,サイズが500×500のrawデータを1000×1000のjpg形式の画像に変換する方法を知りたいです。
ご教授お願い致します。

 Accepted Answer

Akira Agata
Akira Agata on 12 Oct 2022

1 vote

関連する関数 raw2rgb, imresize, imwrite を順に適用することで実現可能かと思います。

1 Comment

宗樹 岡本
宗樹 岡本 on 21 Oct 2022
ありがとうございました。やりたいことができるようになりました。

Sign in to comment.

More Answers (0)

Categories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!