Giter Club home page Giter Club logo

raw-thumbnailer's Issues

Cannot extract thumbnail from .orf file

What steps will reproduce the problem? Open directory in gnome nautilus that 
contains an .orf (olympus RAW) file - Nautilus crashes immediately (do not see 
any errors if started from terminal, it just crashes). Then tried using 
raw-thumbnailer directly  (compiled version 0.2.1 ) and get :

joe@GARY:~/Downloads> raw-thumbnailer -i _3031867.ORF -o test
** (process:7770): DEBUG: or_get_extract_thumbnail() failed with 5.

do not get errors with other format RAW file ( I tested using a a canon .CR2 
file) and the  thumbnail file is written OK and Nautilus is OK.

joe@GARY:~/Downloads> raw-thumbnailer -i canon_eos_450d_02.cr2  -o test
joe@GARY:~/Downloads> 


Tested on OpenSUSE 11.4 x64. I re-opened an existing bug there Bug 561232 to 
track this.

Happy to do more testing if needed.
Cheers, Joe.


Original issue reported on code.google.com by [email protected] on 7 May 2011 at 4:30

Attachments:

Fuji .raf thumbnails are distorted

Thumbnails for Fuji .raf format images are heavily distorted. They appear in orange and blue with strange contrast artifacts and are barely recognizable. This has been happening for at least over a year with latest version from Arch Linux repository. Meanwhile, Canon .cr2 thumbnails appear just fine.

raw-thumbnailer returns exit code for failure everytime, even on success

raw-thumbnailer should return true (return code 0) on success, now it's 
reporting it failed even if it succeeds:

$ raw-thumbnailer -i test.NEF -o test.png
$ echo $?
255      <- Failure code.

And with the patch attached here:

$ raw-thumbnailer -i test.NEF -o test.png
$ echo $?
0        <- Success code.  



In both cases, the test.png is correctly created.    This was reported here:

http://bugs.gentoo.org/364511

Original issue reported on code.google.com by [email protected] on 23 Apr 2011 at 6:25

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.