Giter Site home page Giter Site logo

Comments (16)

molanfogarty avatar molanfogarty commented on August 16, 2024

Hi again
I just thought to try your Example.TIFF and it worked, so I assume the problem is with my scans. Any suggestions?
Michael

from signynts-darkroom-shortcut.

Signynt avatar Signynt commented on August 16, 2024

Hi @molanfogarty, if it works with the example file, there's probably an issue with the scan.
Could you please provide me with all the details of your scanning process (software, scan settings, etc.)?
An attached example would also be great, just upload it to Google drive, and attach a link!

from signynts-darkroom-shortcut.

molanfogarty avatar molanfogarty commented on August 16, 2024

from signynts-darkroom-shortcut.

Signynt avatar Signynt commented on August 16, 2024

No worries @molanfogarty, we'll figure out what the issue is.
I don't have access to the files you shared, I've requested access, and you'll need to accept it before I can take a look at them.

I see you're using Workflow Pilot to make your scan. I don't currently have access to my scanner, and have never used it before, so I haven't been able to take a look at how it exactly differs from the settings needed by my Workflow.
Can you try scanning without the Workflow Pilot? Try following these instructions I made on scanning, these are the correct settings my Workflow is expecting as an input. (I'm using Silverfast 8 in the video, but it should be identical to Silverfast 9 for this use case)

Cheers,
Signynt

from signynts-darkroom-shortcut.

molanfogarty avatar molanfogarty commented on August 16, 2024

from signynts-darkroom-shortcut.

Signynt avatar Signynt commented on August 16, 2024

Alright, I've taken a look at the files, and the issue seems to be that the scan contains 3 layers, instead of the 2 layers it expects.

The scans from Silverfast 8 should have one layer that contains the "regular scan" and a second one that contains the infra-red scan used for dust removal.
The scan you sent me has one layer that contains the "regular scan", a second layer that contains a smaller version of the "regular scan" and finally a third layer that contains the infra-red scan.

Try what I commented above, and send me the scan you get out of that.

Cheers,
Signynt

from signynts-darkroom-shortcut.

Signynt avatar Signynt commented on August 16, 2024

Hey @molanfogarty, good news!

I've figured out a way to support scans with and without a thumbnail in the second layer. I've updated workflow with this change, which means you'll be able to keep on scanning the way you were previously!

To update the workflow: download the new release and find the Signynt's Darkroom Shortcut (IR) (VueScan).workflow file inside the new release.
Double click on it. It will ask you if you want to install it, then if you want to replace the current file. Select "Replace", and your workflow should be updated.

An important note though: the scan you sent me contains part of the scan holder on the top of the image (the little bit of black visible), and a bit on the left as well. This prevents the workflow from being able to detect the dust, so it's very important you make sure this isn't part of the scan. When scanning, make sure you only have the actual image selected.

Here I've cropped the image a bit to remove the scan holder, and inverted it using the updated workflow, then removed the dust.

Let me know if the updated workflow works for you!

Cheers,
Signynt

from signynts-darkroom-shortcut.

molanfogarty avatar molanfogarty commented on August 16, 2024

from signynts-darkroom-shortcut.

molanfogarty avatar molanfogarty commented on August 16, 2024

from signynts-darkroom-shortcut.

molanfogarty avatar molanfogarty commented on August 16, 2024

from signynts-darkroom-shortcut.

Signynt avatar Signynt commented on August 16, 2024

Hi,

First of all, regarding 4, yup, I made a mistake in my reply, you should continue using Darkroom Shortcut (IR) (Silverfast).workflow, and that's the workflow you need to update.

Another theory I have is that Silverfast creates a thumbnail if the scan is of a certain size. Since your scanner is newer than mine, and can scan at a higher DPI, it is producing a very large image, which makes Silverfast add a thumbnail, which is probably the real cause of the issue.
As far as I understand, you can keep scanning how you have been scanning up to now, as long as my shortcut continues working for you. If it doesn't work, I recommend falling back on to the settings I have shared with you.
Regarding D: yes, the new version should fix this issue entirely (I hope)!

Regarding 1: Yes, in theory you can crop the images you have already scanned, you shouldn't need to rescan. In practice this is a bit tricky, since both Preview and Affinity Photo end up deleting the necessary dust layer when cropping. The only way I've found so far to crop, without losing the necessary TIFF layers is with imagemagick.
You already have this on your mac, so you could use the Terminal to crop these images you have already scanned. I'll follow up with instructions on how to do this.

In the mean time, try out the updated workflow (Darkroom Shortcut (IR) (Silverfast).workflow), and tell me how that works for you!

Cheers,
Signynt

from signynts-darkroom-shortcut.

molanfogarty avatar molanfogarty commented on August 16, 2024

from signynts-darkroom-shortcut.

Signynt avatar Signynt commented on August 16, 2024

Instructions for Copping

  1. Put a copy of the images you want to crop onto your desktop
    • The images will be modified directly, so make sure you have a backup of the originals!
  2. Open the Terminal, and type in cd desktop
  3. Type in mogrify -gravity North -chop x500 image.tif and hit enter
    • Change which direction (North) you want to chop off of the image from (South, East, West)
    • Change the number (x500) to change how many pixels are being chopped off
    • Replace image.tif with the name of the file you want to crop

It's not the most streamlined way to do it, but it's currently the only way I know how to for these files, and it's better than rescanning everything :P

I'm glad the updated workflow is working for you!
I'll mark this issue as resolved, but if you're having any issues, feel free to let me know.

Best,
Signynt

from signynts-darkroom-shortcut.

molanfogarty avatar molanfogarty commented on August 16, 2024

from signynts-darkroom-shortcut.

Signynt avatar Signynt commented on August 16, 2024

You select the image to be cropped by replacing image.tif with the name of the file you want to crop. For example you can replace it with Test-1.tif.

Sidenote: you'll get an error if you've got a space in the file name, just remove the spaces from the filename in both the actual file, and the command you're running in the Terminal.

Only the image you specify will be cropped.

from signynts-darkroom-shortcut.

molanfogarty avatar molanfogarty commented on August 16, 2024

from signynts-darkroom-shortcut.

Related Issues (7)

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.