Giter Club home page Giter Club logo

Comments (8)

JimBobSquarePants avatar JimBobSquarePants commented on May 23, 2024

A managed implementation would be amazing! 😄 I've been really unhappy with the way I've had to implement seam carving at the moment.

from imagesharp.

JimBobSquarePants avatar JimBobSquarePants commented on May 23, 2024

Would this be something you would be interested in adding to V3?

from imagesharp.

JimBobSquarePants avatar JimBobSquarePants commented on May 23, 2024

From @KvanTTT on December 1, 2015 15:6

I'am not interested in this library in near future :( I'am doing another things.

from imagesharp.

JimBobSquarePants avatar JimBobSquarePants commented on May 23, 2024

From @dampee on December 1, 2015 15:52

@KvanTTT how difficult would it to port?

from imagesharp.

JimBobSquarePants avatar JimBobSquarePants commented on May 23, 2024

From @KvanTTT on December 1, 2015 16:43

@dampee, I think it is not difficult. The only thing my library is using unsafe code snippent for performance reason (this may not compatible with Mono and some devices, but it can be removed). Are they allowed in ImageProcessor?

from imagesharp.

JimBobSquarePants avatar JimBobSquarePants commented on May 23, 2024

@KvanTTT There's tons of unsafe code in Corefx https://github.com/dotnet/corefxlab/search?utf8=%E2%9C%93&q=unsafe so I'm not opposed to using it in ImageProcessor.

I avoided it before as I was targeting some old PCL stuff (WP8) which didn't support it but I'm sure now there are places within my codebase which could benefit. Would need lots of testing to determine where though.

@dampee If you're gonna attempt a port I would test unsafe vs safe blocks to see whether there is a speedup since we're not using System.Drawing anymore. It may be the case that it could even slow things down.

from imagesharp.

JimBobSquarePants avatar JimBobSquarePants commented on May 23, 2024

From @dampee on December 2, 2015 0:17

Don't worry (yet). I'll touch first some simple things by the end of the year. Just looking around what I can do. (But too busy right now for customers)

from imagesharp.

shapeh avatar shapeh commented on May 23, 2024

Not sure if seam carving would work for my issue (i.e. content-aware resizing) - it seems SC can change (redesign) e.g. a car so it no longer looks like the original, if the there's too much repetition in the image.

Added some discussion here:
input #2627

from imagesharp.

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.