用其他格式保存图像 [英] save image with another format

查看:56
本文介绍了用其他格式保存图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好朋友

i创建屏幕命令程序并将.dll格式的图像保存到目录中现在怎样才能打开dll文件目录只显示.net项目

时我拖到痛苦的软件图像显示和我我不会显示到另一个程序

bmp.Save(C:\dll \&i&。dll,ImageFormat.Jpeg)

hello friends
i create screen cupture program and save image with .dll format into directory now how can when open dll file of directory only show with .net project
when me drag to pain software image shown and me i wont not show to another program
bmp.Save("C:\dll\" & i & ".dll", ImageFormat.Jpeg)

推荐答案

Hello Mahtab,



更改代码,使其包含正确的文件扩展名。 Dll不是Jpeg图像的推荐扩展名。

Hello Mahtab,

Change your code such that it will include the proper file extension. Dll is not a recommended extension for a Jpeg image.
bmp.Save("C:\dll\" & i & ".jpg", ImageFormat.Jpeg)



问候,


Regards,


这篇关于用其他格式保存图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆