Coder Social home page Coder Social logo

Comments (11)

fengyuanchen avatar fengyuanchen commented on May 3, 2024

Thank you very much! I will fix it soon!

from cropper.

orangewarp avatar orangewarp commented on May 3, 2024

It's a great tool. :-) Appreciate your work.

On Sunday, July 6, 2014, Fengyuan Chen [email protected] wrote:

Thank you very much! I will fix it soon!


Reply to this email directly or view it on GitHub
#34 (comment).

from cropper.

fengyuanchen avatar fengyuanchen commented on May 3, 2024

Thanks~ It's OK now.

from cropper.

orangewarp avatar orangewarp commented on May 3, 2024

Nice. I've been testing it and so far no errors. Heh heh. Math.round vs Math.floor. ;-)

from cropper.

orangewarp avatar orangewarp commented on May 3, 2024

Guess I spoke too soon. :-)

There are still some edge cases where the height and y2 can exceed the size of the original image. The issue seems to be with the transformData() function. The cropper data passed in is correct and from first glance, the passed in ratio multiplier seems good too. But at the most extreme crop areas (cropper size is maxed out in one dimension) the end return of the transformData() function can slightly exceed the original image size. We're talking 1 pixel per ~ 900. I've only seen this happen on the y dimension although you might want to check the x as well.

This might be solved by having a validation sub-routine to make sure the boundaries are within the naturalHeight and naturalWidth. If a dimension (or both) exceed, data will reduce the exceeding crop dimension by the difference and reduce the other proportionally, taking the aspectRatio in account.

See console output with various console.log() markers from the source.

screen shot 2014-07-07 at 5 29 29 pm

from cropper.

fengyuanchen avatar fengyuanchen commented on May 3, 2024

Well, I'll check it carefully. Thanks again~

from cropper.

nbibler avatar nbibler commented on May 3, 2024

It appears as though something since 14c20fe has negatively affected setData. It appears to be an internal rounding error causing the results of getData to be different from the given x1, y1, width, and height in setData. Sometimes it's off by 1px, sometimes 2-3px. It can be seen on the demo page, as well.

Here's a soundless video demo showing how changing any of the setData values fail to properly set the cropper location or size to those given values:

http://screencast.com/t/bP1FlBcq

from cropper.

fengyuanchen avatar fengyuanchen commented on May 3, 2024

@nbibler Thank you. I know, It's the reason of using Math.floor to transform the data. I will try to improve this as soon as possible.

from cropper.

orangewarp avatar orangewarp commented on May 3, 2024

@fengyuanchen , Is the Math.floor or rounding etc. necessary at all? I was looking at the output results of using jcrop for comparison and they're sending pure decimal values as data crop output.

I went ahead and removed all rounding / flooring from the the cropper code and it seems to work just fine. Images and full height crops that were giving me errors before on my server seem to have disappeared.

Without any number adjusting cropper will output stuff like this...

Object {x1: 95.99999999999997, y1: 0, x2: 1920.0000000000002, y2: 1824.0000000000002, width: 1824.0000000000002…}

Which is being happily accepted by the back-end. I don't know if most server-side image processing takes decimal points as input but if this is indicative of the standard - maybe the number adjusting can be removed or at least, an option?

from cropper.

fengyuanchen avatar fengyuanchen commented on May 3, 2024

@orangewarp Fine! I will try to improve this in the next version.

from cropper.

fengyuanchen avatar fengyuanchen commented on May 3, 2024

@orangewarp I have improve this on v0.4.0, and the difference between input and output is less than 2px.

from cropper.

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.