JPEG如何取出EXIF中的縮圖資訊


Recommended Posts

挖了一堆文章~~~不重要你要感謝我唷.......xd

那個東西你沒有說錯,是EXIF放的縮圖資訊

檔案格式請自行參考維基百科的JPEG檔案格式

http://en.wikipedia.org/wiki/JPEG_File_Interchange_Format#File_format_structure

不過如果要你自己寫程式去讀二進位檔很過份

所以軟體我也和你找好了(還附上C++Source,怕病毒的話請自己編譯:P)

檔案在http://www.kuren.org/exif/JPEGget

使用方式請用command line

打上

jpegget.exe <檔案路徑>

就會把你要的縮圖輸出了唷:p

以上是用Ubuntu + VirtualBox 尋找+測試後的報告~~~

PS:zip檔裡面有.cpp的原始碼

鏈接文章
分享到其他網站

剛剛看了另外一篇~~~

有更方便的 jhead

詳細請參考:http://www.sentex.net/~mwandel/jhead/

似乎是跨平台的~~~

從這篇看到了,還附上快速轉換的指令xd

http://studio.imagemagick.org/pipermail/magick-users/2005-January/014482.html

It's been mentioned on this list several times and a quick search of the

archives would have yielded several hits, but sometimes it's worth

repeating :)

Use a program called 'jhead' http://www.sentex.net/~mwandel/jhead/

A quick way to extract and rename the thumbnails (with the same name but

with a '.' (dot) prepended ) from every JPEG in a directory would be to

run this:

jhead -st ".&i" *jpg

you could also replace the ".&i" with "thumb/&i" and it would put them in

a a subdirectory called thumb. Obviously, you need to create the

directory first ;)

Oh, if you want a complete ImageMagick solution....use the -resize or

geometry options and build a small file with out any profiles, but jhead

is SUPER fast and extracts the embedded thumbnail for you to use.

brian

--

Brian Jackson

Action Athletics

"Sports Photography for You"

http://www.ActionAthletics.com

對了~~~要不要把這幾篇回覆放在新的文章,以後要翻資料比較容易???

我還不是版主啊啊啊(拍桌)

鏈接文章
分享到其他網站

找了那些東西後有個小感想~~~

Linux的東西雖然是英文、是指令...

不過幾乎都不用錢,又強大快速好用!!!

之前要找音樂檔音量正常化的程式..

Win平台的很多...全部都叫XXXNormalize...

重點是全部都是試用的...一個GPL的也沒有...

要不有轉換檔案數量的限制

要不就是時間長度的限制(只能轉總長度的60%......OOXX).

Linux上面ecasound套件裝好後

ecanormalize 多好用啊~~~

一行 ecanormalize *.wav就打死了xd

GPL是好物~~~

鏈接文章
分享到其他網站

大哥謝謝你xd

整個清晨就在搞這個

我似乎懂了

其實無碼的原圖已經不存在了

我們看到的縮圖其實是原本相機額外存在檔案裡的縮圖

其實我只是個電腦的初階玩家

看懂你po的那些還真的花了不少時間~

鏈接文章
分享到其他網站
大哥謝謝你xd

整個清晨就在搞這個

我似乎懂了

其實無碼的原圖已經不存在了

我們看到的縮圖其實是原本相機額外存在檔案裡的縮圖

其實我只是個電腦的初階玩家

看懂你po的那些還真的花了不少時間~

是啊是啊.......最後大概5.6點才睡吧= ="

以後這種東西問問Google或是維基百科(英文)其實有非常多資料~~~

選對關鍵字就會很快;-)

鏈接文章
分享到其他網站

請登入後來留意見

在登入之後,您才能留意見



立即登入