Tagged Questions
1
vote
2answers
208 views
some criteria when a filter looks good
I'm a developer who wants to figure out when a filter would look good applied to a given image.
For example, I have sepia, solarisation and pencil filters.
Okay, the perception will be very ...
0
votes
0answers
165 views
Possible pixel level operations or Filters after XORing and position changing [closed]
Basically, I'd like to bitwise XOR an image with another image of the same size but different content. Then, I rearranging all the pixels positions(shuffled the results). Then, I'd like to know what ...