muyitimha

Results 7 comments of muyitimha

是因为二维码扫描的layer难以适应屏幕旋转吗?

I modified the code according to your prompt: ```java private String transfer( String source, String destination ) { // Create input stream (in try-with-resource block to avoid leaks) try (...

Sorry, I didn't format the code. ![Image](https://github.com/user-attachments/assets/0012e93e-72c9-43a2-afd4-f62cd59a32dc) This is the source JPEG. ![Image](https://github.com/user-attachments/assets/b8717c45-a232-4a5c-bfea-063765ffd3ce) This is a PNG image that looks exactly like the output ICO. Since the ICO doesn't allow...

I should be the one to say thank you. I can generate the correct ICO now. param.setCompressionType("BI_PNG"); Does this line of code make the ICO image actually contain a png...

Thanks, it seems to have met my needs. ![Image](https://github.com/user-attachments/assets/1ed6979b-acf9-42c9-8b31-e937292bdf16) Before I output this ICO picture with a wrong color, what kind of picture does it actually contain, is it also...

Thanks, Haraldk, you've been a big help. Now I can generate good ICO image.