Giter Club home page Giter Club logo

Comments (5)

ijourneaux avatar ijourneaux commented on July 23, 2024

Working with Epson, I was able to solve the problem. On the V550 scanner, the maximum resolution is a fuction of the area to be scanned. For a full 8.5inx11in page, the maximum resolution is 1184dpi.

To set resolutions higher than 1200dpi, you need to set the area to be scanned to a smaller region.

To correct the issue, in datasource.cs, all you have to do is move the

if (settings.Area != null)
{
    NegotiateArea(settings);
}

before

if (settings.Resolution != null)
{
    NegotiateColour(settings);
    NegotiateResolution(settings);
}

from twaindotnet.

tmyroadctfig avatar tmyroadctfig commented on July 23, 2024

Can you issue a pull request?

from twaindotnet.

ijourneaux avatar ijourneaux commented on July 23, 2024

I have replicated the git repository to my machine and made the change pushed the changes (looks like it is to the local repository but I can't seem to generate the pull request. Not much experience with GIT so I am probably just missing something obvious

from twaindotnet.

tmyroadctfig avatar tmyroadctfig commented on July 23, 2024

It can be a bit tricky. One thing to check is that your local branch is tracking your github branch, i.e. local/master track origin/master. Once you can see your commit here: https://github.com/ijourneaux/twaindotnet/commits/master then you should be able to issue a pull request.

Cheers, Luke

from twaindotnet.

tmyroadctfig avatar tmyroadctfig commented on July 23, 2024

Thanks :)

from twaindotnet.

Related Issues (20)

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.