LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-13-2013, 01:32 AM   #1
trafikpolisen
Member
 
Registered: Jun 2008
Posts: 121

Rep: Reputation: 3
Shotwell: Possible to import JPEG's only?


I'm using Shotwell to view and browse my photos. After installing Linux Mint 13 i now have a newer version of Shotwell. This gives me a problem.
I take photos with a RAW + JPEG setting. This way i don't have to convert the raw files into jpeg's and i still have a raw file if i want to edit any photo. I create one folder for each date with a subfolder named "raw" where i put the raw files. I then import them with Shotwell with the "Import in Place" option. Previously with the older version the raw files was just ignored as Shotwell didn't have support for them, but with the newer version there is support for raw, and since the JPEG's and RAW's aren't in the same folder, Shotwell import both versions. If i put jpeg's and raw's in the same folder, Shotwell seems to import the raw ones.
Is there a way or workaround to make Shotwell import JPEG's only? I only use it for viewing and browsing and don't want it to import raw files.
 
Old 01-14-2013, 07:01 PM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
From http://yorba.org/shotwell/help/other-raw.html you see how Shotwell handles them: it regards the accompanying (or embedded) JPEG files as an extension (or product) of RAW files. So from Shotwells point of view you could just shoot RAW and let it handle importing and conversion to JPEG. If that doesn't suit you for whatever reasons you could filter the file system you mount using FUSE filterFS and then "mask" for example your RAW files with a rule like "filterfs /media/camerastorage /mnt/shotwellimport --include=*.jpg".
 
1 members found this post helpful.
Old 01-14-2013, 08:44 PM   #3
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,130

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
I use a low-tech option. If your camera allows you to write to separate SD cards, mount the JPEG card via a reader rather than the camera itself.
Shotwell doesn't even see the RAW card when it is mounted for processing in gimp.
 
Old 01-26-2013, 11:16 AM   #4
trafikpolisen
Member
 
Registered: Jun 2008
Posts: 121

Original Poster
Rep: Reputation: 3
Sorry for late reply.. FilterFS sounds like a nice program with a lot of potential uses. How do i obtain it? It doesn't appear to be in repos and my knowledge when it comes to compile from source code is limited, to say the least. I usually use apt-get when installing something.
 
Old 01-26-2013, 11:36 AM   #5
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
I did post the link. Usually tar balls come with files called README and INSTALL you could read. Try compiling it and if it doesn't work post the steps you took and the actual output or errors that produced.
 
Old 01-26-2013, 11:54 AM   #6
trafikpolisen
Member
 
Registered: Jun 2008
Posts: 121

Original Poster
Rep: Reputation: 3
Well, maybe i'm not thinking straight here, but i can't even figure out how to download the thing. On the FilterFS site you linked to there's a link under "Download" to http://sourceforge.net/projects/filterfs/files but there are no files to download. Clicked the "Code" tab, but that didn't help.
 
Old 01-26-2013, 01:48 PM   #7
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
ROTFL, no, it's not you ;-p If you go to http://filterfs.sourceforge.net/ you'll find the instructions under the Download header:
Code:
git clone git://filterfs.git.sourceforge.net/gitroot/filterfs
You need to have GIT for that. Also if
Code:
pkg-config --cflags --libs fuse
throws an error you need the FUSE and its development libraries before you can begin compiling FUSE FilterFS. If
Code:
which gcc
also throws an error you need to install a compiler, gcc, and its dependencies.

Maybe now the initial suggestion to just shoot RAW format and let Shotwell handle importing and conversion to JPEG doesn't seem so bad after all ;-p
 
Old 01-26-2013, 02:34 PM   #8
trafikpolisen
Member
 
Registered: Jun 2008
Posts: 121

Original Poster
Rep: Reputation: 3
Didn't understand half of that, but sounded complicated:-) A pity, since it's a great idea.
Quote:
FilterFS is written in plain C and does not use any third-party libraries except FUSE
Therefore thought it would be fairly straightforward even if it had to be compiled from source. But there you go..

I rarely edit my photos, but still want a raw available for those really rare moments when i capture this great picture..
I want the cameras native jpeg since even if i use Canon's own software (the camera is a Canon EOS 40D) to convert a raw to jpeg, the cameras jpeg still seems to look better (less dead pixels, etc).

Maybe (hopefully) in a future release of Shotwell there'll be more settings, so you can choose to import jpeg (or raw) only.
Until then suggestions for alternative software, even Windows one's under Wine, is welcome.

Thanks very much for the help so far.

Last edited by trafikpolisen; 01-27-2013 at 10:16 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Shotwell vs F-Spot LXer Syndicated Linux News 0 07-05-2012 06:51 PM
Shotwell on CentOS? gsm113 Red Hat 1 09-19-2011 02:55 PM
[SOLVED] retrieving jpeg files from BkUp copy yields:ERR INTERPRETING JPEG; file not jpeg, drmjh Linux - General 7 10-03-2010 08:13 AM
LXer: Shotwell 0.7.2 Released, How to Install Shotwell 0.7.2 in Ubuntu Lucid, Maverick LXer Syndicated Linux News 0 09-11-2010 11:51 PM
Import sys ?bash: import: command not found joirnange Linux - Newbie 4 12-28-2004 10:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:56 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration