简体   繁体   中英

Generate texture on image in C#

I have a bitmap image of one color (say green). I want to generate textures on this image. The rendered image will be then saved.

I have tried using convolution matrix but it is not generating any effect as the image is of single color.

Any help or method would be appreciated.

Thanks

You could just use an image editing app to create the effect that you want. Then just pull that file into whatever you're writing and use it from there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM