Activity for UFRaw

  • Robert-André Mauchin Robert-André Mauchin posted a comment on ticket #425

    Update for 0.28.0: https://patch-diff.githubusercontent.com/raw/sergiomb2/ufraw/pull/13.patch

  • Alan Corey Alan Corey posted a comment on discussion Open Discussion

    I'm in Linux (Debian) and I started down a trail that was leading me to believe I needed gvsbuild and Visual Studio. Say it ain't so! I got here because I want ufraw.

  • Sven Petersson Sven Petersson posted a comment on discussion Open Discussion

    Just want to echo this request.

  • Sérgio M. Basto Sérgio M. Basto posted a comment on ticket #425

    we have these 2 fixes in https://github.com/sergiomb2/ufraw

  • Aleksandar Baros Aleksandar Baros posted a comment on ticket #288

    Manual solution I am using is to delete UFraw resource file: ~/.config/ufrawrc

  • Gil Chen Gil Chen posted a comment on discussion Open Discussion

    did you solve the issue?

  • Gil Chen Gil Chen posted a comment on discussion Open Discussion

    Any way to solve this? running ufraw-0.19.2-2-setup

  • AntiSol AntiSol created ticket #329

    White balance presets for Nikon D7500

  • s-r-grass s-r-grass created ticket #328

    Is the project abandoned?

  • JOberst JOberst posted a comment on discussion Open Discussion

    Hey voidxor! Thank you for sharing your thoughts and results. I am going to give nUFRaw a try and I will see, what I can do there with my old stuff. Best regards!

  • Tony Hamilton Tony Hamilton posted a comment on discussion Open Discussion

    I'm completely new to UFRaw, which I have installed (Win 10) to use with Gimphoto 24.1. My attempts to open images created by my Canon G7X Mk II are not satisfactory: the image looks comletely washed out. I'm sure this is a user error, so I would appreciate some advice. I note that this camera might not be in the supported list. The G7 is listed, but this might be the Mk I; it also depends on some sort of hack, which means nothing to me. Is this why the image is not correctly demosaiced? Opening...

  • voidxor voidxor posted a comment on discussion Open Discussion

    I can't speak to the error your getting, but I'll throw out a couple thoughts on replacing UFRaw. I used it for 13 years, until finally realizing last month that development was abandoned four years ago. Like you, I feel I cannot continue to use unsupported software (due to error messages, security, intercompatibility, lack of documentation, etc.). Since then, I've been researching raw converters and playing around. Ubuntu (and its derivatives) still had UFRaw packages as of 19.04 "Disco". There...

  • JOberst JOberst modified a comment on discussion Open Discussion

    Hi! First I want to thank you for developing and supporting this great project! Unfortunately I have to think about migrating to another software, because ufraw is no longer supported in buntu > 18. For that reason I want to develop all my .ufraw ID-files that I collected over the years, so at least I have the resulting pictures available on the new platform. I never used batch processing before, but now it seems the only way to realise this task. But when I try this by using ufraw-batch *.ufraw...

  • JOberst JOberst posted a comment on discussion Open Discussion

    Hi! First I want to thank you for developing and supporting this great project! Unfortunately I have to think about migrating to another software, because ufraw is no longer supported in buntu > 18. For that reason I want to develop all my .ufraw ID-files that I collected over the years, so at least I have the resulting pictures available on the new platform. I never used batch processing before, but now it seems the only way to realise this task. But when I try this by using ufraw-batch *.ufraw...

  • nickj2000 nickj2000 posted a comment on ticket #409

    Am on a computer now. The file seems to be saved correctly then saved again with the PID appended to the file name. This is on windows with ver 0.19.2

  • nickj2000 nickj2000 posted a comment on ticket #409

    I have this a emprobl as llwe, also the words are inggett messed up when using a mobile. saving manually from ufraw on owswind.

  • Neil Mayhew Neil Mayhew posted a comment on ticket #425

    Updated patches

  • Neil Mayhew Neil Mayhew created ticket #425

    Build failure with exiv2-0.27.1

  • Sérgio M. Basto Sérgio M. Basto posted a comment on ticket #422

    I remove it make ufraw crash , every time we open one image .

  • Adrian Suri Adrian Suri posted a comment on discussion Open Discussion

    Sorry if this has been asked before but does the 32 bit version work with the 64bit windows versio, I assume if it's dll based it will not, Kind regards Adrian

  • Sérgio M. Basto Sérgio M. Basto posted a comment on ticket #422

    OK Thanks I added it [1] [1] https://github.com/sergiomb2/ufraw/commit/e2acdd5bbb9f91a2c059d54cff9e3f3d8966b303

  • Seth Cohen Seth Cohen posted a comment on ticket #422

    yes, it should be added.

  • Sérgio M. Basto Sérgio M. Basto modified a comment on ticket #422

    https://github.com/sergiomb2/ufraw have this patch except [1] , sould be add ? or not ? Thanks [1] diff --git a/dcraw.cc b/dcraw.cc index 88c8068..248674f 100644 --- a/dcraw.cc +++ b/dcraw.cc @@ -7163,7 +7163,7 @@ void CLASS parse_fuji (int offset) c = order; order = 0x4949; if ((tag = get4()) > 10000) tag = get4(); - width = tag; + width = get4(); height = get4(); order = c; }

  • Sérgio M. Basto Sérgio M. Basto posted a comment on ticket #422

    https://github.com/sergiomb2/ufraw have this patch except [1] , sould be add ? or not ? Thanks [1] diff --git a/dcraw.cc b/dcraw.cc index 88c8068..248674f 100644 --- a/dcraw.cc +++ b/dcraw.cc @@ -7163,7 +7163,7 @@ void CLASS parse_fuji (int offset) c = order; order = 0x4949; if ((tag = get4()) > 10000) tag = get4(); - width = tag; + width = get4(); height = get4(); order = c; } ~

  • Sérgio M. Basto Sérgio M. Basto posted a comment on discussion Open Discussion

    https://github.com/sergiomb2/ufraw/commit/31c400d67c83ad8c9bb222f71c0250dbf600df64

  • Romano Giannetti Romano Giannetti created ticket #327

    New dcraw sources

  • Via Prenestina Via Prenestina posted a comment on discussion Open Discussion

    This is the error: dcraw.cc: In member function ‘void DCRaw::identify()’: dcraw.cc:9245:16: error: call of overloaded ‘abs(unsigned int&)’ is ambiguous if (abs(i) < abs(c)) {

  • Seth Cohen Seth Cohen posted a comment on ticket #422

    @u/cgat If you feel like building from source - I've attached a patch that I created to work with RAF files. There was a small bug. There are some additional fixes to get it to compile on macOS. The main issue was line 36-37 of my patch. By the way nice image in dropbox!!!

  • Seth Cohen Seth Cohen posted a comment on ticket #422

    Can confirm that this is also an issue for the FUJIFILM GFX 50r. ┌─[scohen] - [~/Repos/libgphoto2] - [Sat Feb 02, 11:12] └─[$] <git:(master)> ufraw-batch DSCF0001.RAF [1] 24311 segmentation fault ufraw-batch DSCF0001.RAF

  • Ben Li-Sauerwine Ben Li-Sauerwine created ticket #424

    ufraw-batch seg faults on ARW file with fully-manual lens

  • Wolfgang Schmid Wolfgang Schmid created ticket #423

    ufraw-batch creates a corrupted JPEG when setting the output to stdout on Windows because all bytes with the value 0A are being replaced by 0D 0A (\r\n)

  • m d m d modified a comment on discussion Open Discussion

    If I edit ~/.config/ufrawrc and set Shrink to 1, then I open a file in ufraw and save it (original size), afterwards the Shrink in ufrawrc is set to 4. Why?

  • m d m d posted a comment on discussion Open Discussion

    If I edit ~/.config/ufrawrc and set Shrink to 1, then I open a file in ufraw and save it (original size), afterwards the <shrink> in ufrawrc is set to 4. Why?</shrink>

  • m d m d modified a comment on discussion Open Discussion

    Since the last update or so of ufraw (on FreeBSD) it sets the Shrink Factor to 4,0000 every time I open a CR2 file. Where does this come from? It's not in ~/.config/ufrawrc, can I set the Shrink to 1 there and how? ... sorry, it WAS in ~/.config/ufrawrc, but I have no idea where it came from.

  • m d m d posted a comment on discussion Open Discussion

    Since the last update or so of ufraw (on FreeBSD) it sets the Shrink Factor to 4,0000 every time I open a CR2 file. Where does this come from? It's not in ~/.config/ufrawrc, can I set the Shrink to 1 there and how?

  • Chris Chris created ticket #422

    Ufraw seg faults on Fuji GFX 50s raw files (RAF)

  • Kaylee Logan Kaylee Logan posted a comment on discussion Open Discussion

    Hello. I shoot in RAW and convert through UFRAW then GIMP. However when I open CR2 files in UFRAW, the image in UFRAW doesn't look the same as it does in image preview. I have uninstalled UFRAW and reinstalled, it's still the same. Does anyone know why? Thanks 😀

  • Alan Corey Alan Corey posted a comment on discussion Open Discussion

    I've been using ufraw with gimp under OpenBSD and Linux for maybe 3 years, since I've had a camera that would shoot raws. I just got a 64 bit Debian running on a Raspberry Pi and I wanted one of the newer Gimp versions that will let you set precision of your images, so I built 2.10. Only the newer gimps don't recognize ufraw. So I looked at nufraw and it won't recognize my gimp. There's some strange politics going on here. So the original ufraw has been abanonded just when gimp might finally handle...

  • Dave P Dave P posted a comment on discussion Open Discussion

    New camera, not yet supported by Ufraw. I've some raw files, taken using Wolf Faust IT8.7 target. Can I upload these for use in ufraw?

  • DD4DA DD4DA posted a comment on discussion Open Discussion

    The Author dislike windows - watch his homepage about his coments about. I guess he will not helps you to solve your issue. Well, Gimp and DCRaw are unix programs, who migrated by using a bunch on libraries to get them work. Linux generaly does'nt support's a centralized configuration database. It's work's like all other rotten Unix based system by using their special config file, often placed in /etc or the the users home directory. Programmer's often use the similar system on windows by using local...

  • adsfj adsfj posted a comment on discussion Open Discussion

    Hello people, My problem is that I have this error when I try to install Ufraw on my computer, the code: 0x80070002. Do you know how to fix this? I do know that the pc said that there were files missing (that were needed I think). You would help me a lot. Thanks in advance, Tobias

  • Amirhessam Amirhessam created ticket #326

    Support Canon 5d Mark IV (4)

  • Jaeseung Choi Jaeseung Choi created ticket #421

    Heap-buffer overflow in DCRaw::unpacked_load_raw()

  • Asbjørn Sæbø Asbjørn Sæbø posted a comment on discussion Open Discussion

    I now learn from a friend that the files transferred using the old version would not open in Adobe lightroom either. This seems to be a known issue - see https://forums.adobe.com/thread/2133930

  • Asbjørn Sæbø Asbjørn Sæbø posted a comment on discussion Open Discussion

    I have found the solution to the problem. I have been transferring my photos from camera to PC using the version of Nikon Transfer that came with my D90 (Nikon transfer 1.5.3). (The newer version that came with the D750 could not be installed on the computer I was using for this, due to having an old Windows - XP home.) I have now got a new computer for this, where I installed the most recent version of Nikon transfer (ViewNx 2.10.3). And I have found that photos transferred using the old version...

  • Sérgio M. Basto Sérgio M. Basto created ticket #325

    convert cvs to git

  • Jim McWhirter Jim McWhirter posted a comment on ticket #420

    Update: I found a newer buld; ufraw-.19.2-2-setup.exe and it installs and runs with no issues. This is URL I used: https://sourceforge.net/projects/ufraw/files/latest/download?source=typ_redirect

  • Jim McWhirter Jim McWhirter posted a comment on ticket #420

    Exact same issue with me. Running Windows 10 Home OS. Package used was; wfraw-0.18-setup.exe Downloaded from SourceForge, URL: https://sourceforge.net/projects/ufraw/files/ufraw/ufraw-0.18/ufraw-0.18-setup.exe/download?use_mirror=iweb

  • Stéphane Ascoët Stéphane Ascoët created ticket #324

    Hide the trash can button

  • Stéphane Ascoët Stéphane Ascoët created ticket #323

    Migrate Gimp-Ufraw to the new Gimp API

  • Kamalavelan Kamalavelan posted a comment on ticket #419

    Can confirm this bug on GCC 7

  • Rainer Miller Rainer Miller created ticket #322

    Add support for D500

  • Nikolas Witt Nikolas Witt modified a comment on discussion Open Discussion

    Hello everyone, for my bachelor thesis I am working at a Homography feature for UFRaw GUI. I'm using UFRaw version 0.22, macOS Sierra and Canon RAWs (.CR2). If you need more information, tell me. The idea: Click four points in the source image and four points for the destination. Ditermine the homography matrix H and apply it to the image. Like the perspective distortion function in ImageMagick. My question to you is: Where and how can I apply the H matrix to (i) the preview image (ii) the output...

  • Nikolas Witt Nikolas Witt posted a comment on discussion Open Discussion

    Hello everyone, for my bachelor thesis I am working at a Homography feature for UFRaw GUI. I'm using the newst version 0.22, macOS Sierra and Canon RAWs (.CR2). If you need more information, tell me. The idea: Click four points in the source image and four points for the destination. Ditermine the homography matrix H and apply it to the image. Like the perspective distortion function in ImageMagick. My question to you is: Where and how can I apply the H matrix to (i) the preview image (ii) the output...

  • Nikos Nikos created ticket #420

    The code execution cannot proceed because intl.dll was not found.

  • Luis Luis posted a comment on discussion Open Discussion

    Hi friends, I am new here. I use the Ufraw plugin for Gimp in PCLinuxOS. Can you help me? When I process and send a photo to Gimp the resolution is 72ppp, I prefer 300 ppp. How can I change it? I can't see it in preferences. Thanks.

  • FX FX created ticket #419

    Failure to compile on macOS 10.13 in dcraw.cc

  • Mark Hubelbank Mark Hubelbank posted a comment on discussion Open Discussion

    I have installed that stand alone verson for windows (I know that may be a bad word). It is not at all clear how to change the file type that the save function generates. There is a mention of changing the "resource" file but I could not find the details (path of tile, program used to edit it, values to put in). As an alternative I tried to link to GIMP but I get the error: "error activating Gimp. Failed to execute helper program (invalid argument)". I tired putting in the full path forGimp in the...

  • stovepipe stovepipe posted a comment on ticket #411

    Good "guess" I think! Commenting out just the zoom_to_scale() line seems to fix it.

  • bugzilla97 bugzilla97 created ticket #418

    ID file Temperature/Green ignored (Manual WB)

  • Paul Oldham Paul Oldham created ticket #321

    No support for Sony A6000 camera white balance

  • Paul Oldham Paul Oldham posted a comment on ticket #313

    I've just pulled the latest release from CVS and although there are lots of presets now (unlike in 0.22) there is still no support for Camera WB. It's not supported by dcraw either which I suspect is why it's still missing here.

  • ConiKost ConiKost created ticket #417

    UFRaw fails to compile: dcraw.cc: error: narrowing conversion of '-2' from 'int' to 'char' inside { }

  • Ruslan Kabatsayev Ruslan Kabatsayev created ticket #416

    Too many open files when processing many files

  • Ed Snible Ed Snible posted a comment on discussion Open Discussion

    I am trying to use ufraw-batch for the first time. I hope this is the correct forum to report my observations. I use imagemagick to convert images. My wife asked me to convert some NEF files for her. I was able to install ufraw-batch upon my Mac using brew install ufraw. I was impressed! It worked perfectly ... except the files were slightly dark. I realized that a color profile is needed and that Nikon doesn't supply them. I found NikonD700.icc which seemed the closest to my wife's D750. I tried...

  • Máté Bakody Máté Bakody posted a comment on discussion Open Discussion

    Hi, I just found UFRaw, when I searched for any possible way to use a Leaf C-Most digital back with Linux (opensuse, ubuntu). Please help me to understand how it will work with my computer. This program can handle this back? I need to connect my digital back to the computer with a firewire 800 cable and the software will recieve the photos from the back?

  • john_k_h john_k_h posted a comment on ticket #411

    I would hazard that the problem comes from an interaction between ( LibRaw or poppler ) and another unknown required library that is also compiled for ufraw. Who really knows? It's working for me now. John.

  • Peter Sütterlin Peter Sütterlin posted a comment on ticket #411

    Somewhat weird. poppler is for PDF, and ufraw uses dcraw. Neither libraw nor libpoppler are used by ufraw - at least not the version I compile from CVS source....

  • john_k_h john_k_h posted a comment on ticket #411

    I fixed this for myself by building libraw and poppler-0.26.5. The LibRaw was from git somewhere. I happened upon this fix by starting ufraw in a console / window / shell. It threw some messages about missing files (I'm guessing the LibRaw and I'm pretty sure about poppler.) I've not had a problem since. HTH. John.

  • Klaus Lichtenwalder Klaus Lichtenwalder posted a comment on ticket #411

    This is just a metoo... It does get set erratically back to 3 or 4, and if you don't pay attention you're wondering why the image is so bad... Until you realize, it's 1200x900...

  • nehujsks nehujsks modified a comment on discussion Open Discussion

    Here i am sharing a method from Nikon D750 Manual to reapir corrupted .NEF files: Download and expand "fix_corrupted_nef.zip" into a directory on your hard disk. Open a Terminal window. (on Mac, launch /Applications/Utilities/Terminal) Drag and drop "fix_corrupted_nef.pl" onto the Terminal window. (Note: The distributed "lib" folder must exist in the same folder as the "fix_corrupted_nef.pl" application. If you moved "fix_corrupted_nef.pl" to a different folder you must also move its "lib" folder...

  • nehujsks nehujsks posted a comment on discussion Open Discussion

    Here i am sharing a method from https://guideusermanual.com/product-name-d750-manual&po=4300&lang=English to reapir corrupted .NEF files: Download and expand "fix_corrupted_nef.zip" into a directory on your hard disk. Open a Terminal window. (on Mac, launch /Applications/Utilities/Terminal) Drag and drop "fix_corrupted_nef.pl" onto the Terminal window. (Note: The distributed "lib" folder must exist in the same folder as the "fix_corrupted_nef.pl" application. If you moved "fix_corrupted_nef.pl" to...

  • Piotr Adamus Piotr Adamus posted a comment on ticket #415

    Pentax K3 I have the same issue, developing DNG files. The segmantation fault happens even if you develope one file, not a serise. Using 4.10.13-1-ARCH, x86_64 too.

  • Patrice St-Gelais Patrice St-Gelais posted a comment on discussion Open Discussion

    I got the same result using the same PPA with Ubuntu 16.04. I was able to get ufraw to install and work with the workaround found here: http://www.webupd8.org/2011/02/fix-dpkg-error-trying-to-overwrite-x.html So for my setup it was: sudo dpkg -i --force-overwrite /var/cache/apt/archives/ufraw_0.22+cvs20170121+r2272~rdeb7~0~crass~ubuntu16.04.1_amd64.deb And then, because ufraw-batch was left unconfigured: sudo apt-get install -f Hoping this helps!

  • Jody Bruchon Jody Bruchon posted a comment on ticket #414

    I could build for Linux all day long, but I only have a minimal toolchain for Windows....

  • Peter Sütterlin Peter Sütterlin posted a comment on ticket #414

    Uh, ok, that really is way too old :( 0.19.2 was released in 2013, so it can hardly...

  • Jody Bruchon Jody Bruchon posted a comment on ticket #414

    I am using the Windows installer executable that automatically appears on the Download...

  • Peter Sütterlin Peter Sütterlin posted a comment on ticket #414

    The RW2 opens fine for me, channel multipliers are normal (2.535/1/1.57) and colors...

  • Peter Sütterlin Peter Sütterlin posted a comment on ticket #411

    Just to confirm this, if I set the preview size to scale 1/3, a value of 3 get written...

  • Peter Sütterlin Peter Sütterlin posted a comment on ticket #411

    Indeed, I just noticed this, too: When the .ufrawrc file is updated, a wrong value...

  • Glen Kohler Glen Kohler modified a comment on discussion Open Discussion

    Dear GIMP-ers: I 'upgraded' to GIMP 2.8 on my Mac from version 2.4. I am running...

  • Glen Kohler Glen Kohler modified a comment on discussion Open Discussion

    Dear GIMP-ers: I 'upgraded' to GIMP 2.8 on my Mac from version 2.4. I am running...

  • Glen Kohler Glen Kohler modified a comment on discussion Open Discussion

    Dear GIMP-ers: I 'upgraded' to GIMP 2.8 on my Mac from version 2.4. I am running...

  • Glen Kohler Glen Kohler posted a comment on discussion Open Discussion

    Dear GIMP-ers: I 'upgraded' to GIMP 2.8 on my Mac from version 2.4. I am running...

  • Andrew H Andrew H posted a comment on discussion Open Discussion

    I am having the same exact problem using Ubuntu 14.04 and Ubuntu 16.04, using that...

  • NicoHansi NicoHansi created ticket #415

    ufraw-batch memory error after first picture

  • Jody Bruchon Jody Bruchon created ticket #414

    Panasonic G7 .RW2 files don't open correctly

  • Marius Spix Marius Spix posted a comment on ticket #320

    Note @gentoo-packagers: Please also remember to remove the gconf dependency from...

  • Marius Spix Marius Spix modified a comment on ticket #320

    Correction: The schema for MATE is org.mate.thumbnailers (without "desktop") and...

  • Marius Spix Marius Spix modified a comment on ticket #320

    Correction: The schema for MATE is org.mate.thumbnailers (without "desktop") and...

  • Marius Spix Marius Spix modified a comment on ticket #320

    I created a new release with is now independent of gconf (see attachment) ./configure...

  • Marius Spix Marius Spix modified a comment on ticket #320

    I created a new release with is now independent of gconf (see attachment) ./configure...

  • Marius Spix Marius Spix posted a comment on ticket #320

    I created a new release with is now independent of gconf (see attachment) ./configure...

  • Marius Spix Marius Spix posted a comment on ticket #320

    Correction: The schema for MATE is org.mate.thumbnailers (without "desktop") and...

  • Marius Spix Marius Spix created ticket #320

    Migrate to dconf

  • Howard middleton-jones Howard middleton-jones modified a comment on discussion Open Discussion

    Hi I have recently been using UFRaw and for the first few days all was well, suddenly...

  • Howard middleton-jones Howard middleton-jones posted a comment on discussion Open Discussion

    Hi I have recently been using UFRaw and for the first few days all was well, suddenly...

  • Nick Parsons Nick Parsons created ticket #413

    Update Overwrite Error.

  • Nick Parsons Nick Parsons posted a comment on discussion Open Discussion

    I am updating UfRaw but get this error. "E: /var/cache/apt/archives/ufraw-batch_0.22+cvs20170121+r2272~rdeb7~0~crass~ubuntu14.04.1_amd64.deb:...

  • TJ TJ created ticket #412

    GoPro HERO5 black - Camera Support

1 >