I have a PNG image (with transparent background) and I want to draw an outline around its visible pixels only. (See example GIF attached). I want to get this all done in JAVA
.
I ve read many Q&A over stackoverflow and around the web but I didn t find anything anyway near to my requirements.
P.S: We don t have to draw the same image twice on canvas and use the bottom one as outline, so please don t propose such solutions.
P.P.S: I would be great if this solution lets me draw an outline around all visible objects/elements (images & textviews etc) inside a canvas or inside a layout.
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...