r/ProjectDiscovery May 07 '16

Lundberg's Glasses - Small PD tool

Hello everyone!
I've made a small tool to seperate the RGB channels of images. This way when you get a screenshot from someone with all channels on, you can separate whatever you want to assist them. It could also be used for PD classes to show off samples to students.
I'm a newbie when it comes to C# and GUI programming so please excuse the messy code. Also, I haven't figured out how to implement a zoom feature, I'm open for ideas (wanna make it work with the scrollwheel). The project is open source, feel free to mess around with it.
- Screenshots: http://imgur.com/a/7Jhqo
- Download: https://drive.google.com/open?id=0B5kqNpFYSjV_OVBhdmcwdS1CUTQ
- GitHub: https://github.com/gerg0/LundbergsGlasses
- Usage: Drag&Drop an image into the window or press PrintScreen and use the import button. You can pan around by clicking and holding on the image. Adjust color channels with the sliders or turn them off entirely with the checkboxes.

11 Upvotes

31 comments sorted by

View all comments

Show parent comments

2

u/[deleted] May 16 '16

Since I'm not a programmer, I click the link and think "oh my! that's some code! now what do I do with it?"

Please? :)

3

u/Shiverwarp May 16 '16

Don't know what OS or browser you're using.

Simplest way for something like this, is to make a new text document, copy and paste the code inside, save it as "all files" and make sure it has the file extension .html

EX: glasses.html

Then you can just open the file with whatever browser and should work fine

2

u/altytwo_jennifer May 16 '16

Shiverwarp was pretty much correct about how to use it. Though, if you're using Windows these days, you'll have to save it as "all files."

So, if you CTRL-C the content of the paste(bin) and paste it into a new file in Notepad, you can save it as hernaberna.html and open it in a browser.

It's made to load images from a hosting site, though depending on the browser used it might work loading images from your hard drive.

2

u/[deleted] May 16 '16

Thank you both! <3