Command-Line
自動列印帶有添加標題的圖像
我有很多掃描圖像和圖像/照片,我正在處理多個版本。當我列印它們(使用各種程序)時,我得到的只是圖像,而且通常很難分辨哪個圖像來自哪個文件。當我有列印並想要另一份但找不到時,這對我的 (27K) 照片尤其令人沮喪。(照片在 KPhotoAlbum 中,所以我可以找到我實際上正確標記的少數。)
我想要的是一個實用程序,它可以列印一堆圖像(例如 doit *.jpg)並包含一個自動(程序生成的)標題(希望是可配置的),其中包含文件的完整路徑。如果 gnome-photo-printer 可以選擇列印圖像的完整路徑,那將是完美的選擇。
我需要這個,而項目正在進行中並在之後進行清理。這不適用於“最終”圖像。
如果我還可以指定圖像的列印尺寸會很酷(而且經濟),因為通常較小的“縮略圖”圖像可能足以組織/清理,它們會節省大量時間、紙張和墨水/碳粉。
我知道我可以手動創建一個帶有嵌入圖片的文件,比如 LO writer,但這完全是手動的(至少以我的專業水平),因此非常慢。
將標題放在圖片“外部”會特別好,這樣它就不會干擾內容,因此我可以控制背景和字型顏色以提高可讀性。
我(原則上)想出瞭如何在bash中使用convert和composite(都來自ImageMagick)建構類似的東西,但它相當複雜,我希望有更簡單的東西。
您可能會查看 feh ( http://feh.finalrewind.org/ ),它有一個 –caption-path 選項:
--caption-path PATH Path to directory containing image captions. This turns on caption viewing, and if captions are found in PATH, which is relative to the directory of each image, they are overlayed on the displayed image. e.g with caption path "captions", and viewing image images/foo.jpg, caption will be looked for as "images/cap- tions/foo.jpg.txt"
您甚至可以在查看圖像時編輯標題:
c, C Caption entry mode. If --caption-path has been specified, then this enables caption editing. The caption will turn yellow and be editable, hit enter to confirm and save the caption, or hit escape to cancel and revert the caption.
不幸的是,您無法選擇標題的顏色、位置或大小,因此它的用途有限。
編輯:我的評論是關於 feh 1.3.4。最新版本有額外的字幕選項。
添加對我自己的問題的引用:類似於 xv 的圖像查看器,可以讓我註釋/標記圖像?