84
K-ASS
6y

Wrote some code during the break that transform an image to the following styles, is it good enough to post on github?

Comments
  • 5
    Other styles
  • 7
    Binary
  • 4
    Well the point is it transforms pixels to squares or diamond shape based on the vale, and the max size of a square is customizable, so if you want the max to be 9 by 9, then it will transform each pixel to squares or diamonds from size 3 by 3 up to size of 9 by 9
  • 2
    And the level of colors is also customizable
  • 37
    Everything is worth putting on github! If it's well commented it's good as a portfolio piece
  • 1
    Looks awesome, is that you btw?
  • 3
    @dalastTomCruise yup that’s me
  • 3
    @-BSD that’s what avatars are for
  • 1
    Will make it a package when I get back
  • 1
    Anything is good enough to put on github.
  • 1
    Check out Neural Style Transfer
  • 4
    I post anyshit to github lol so yes, you can
  • 2
    @1989 that’s not the original image, the original image is this one. The one I posted has a “oil paint on canvas” kind of style
  • 3
    Post everything on GitHub! It could help you score a job. Even if it’s not completed or whatever, post it. It shows you write code at home.
  • 1
  • 2
    It's really awesome and I would be very curious to see the source
  • 1
    @SubhrajyotiSen what are the two dots for
  • 1
    @K-ASS just a placeholder so that I get notifications for the thread. I'm interested in the source :)
    I was in a hurry. That's why the short placeholder.
  • 2
    Ok it is published
    github.com/txstc55/image_squares

    I didn’t make much comments in readme, I will do that maybe tomorrow as it is 2 am here, have fun with the code and browse the examples so that you know where to start. Also this is a python 3 package, have not yet tested on python 2.
  • 1
    of course it is, go for it! i want to try it out
  • 2
    @hcaz is right, this would be a great addition to your portfolio if you show people you know what the code does!
  • 1
    @Lahsen2016 I have just made a pull request, can you try to leave a comment? I am not sure if this works since this is the first time I’ve actually made a project on github.
Add Comment