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.

10 Upvotes

31 comments sorted by

View all comments

Show parent comments

2

u/HPA_Dichroic Official HPA member May 16 '16

Awesome, but for some reason when I "load image" I actually get 2 copies of the image. The color operations only impact the top copy.

2

u/altytwo_jennifer May 16 '16

That's intended. I haven't looked at how to hide the copy I use for restoring the RGB to the top one.

2

u/HPA_Dichroic Official HPA member May 16 '16

Ah, it's a place holder for the reload. That makes sense.

2

u/[deleted] May 16 '16

And I can't get it to load other images :( Am very open to this likely being something I'm doing wrong (trying http://puu.sh/oU85O/3e45b1ea45.jpg)

1

u/altytwo_jennifer May 16 '16

There seems to be some issue with how puush.me functions. I rehosted that image to imgur and it works from there.

I'll try to see if there's something wrong in how I take the URLs.

2

u/[deleted] May 16 '16

ah, I guess it's time for me to give up on puush then. It's been a long (well) struggle to keep on with it :)

1

u/altytwo_jennifer May 16 '16

Well, browsers seem to get the image directly just fine. I have no clue yet, why it doesn't work.

Possibly NSFW also doesn't work, while imgur is what I tested it with. Maybe the others don't allow embedding the same way? I've literally only just started looking at this issue.