问题标签 [imagesource]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
wpf - WPF:纯色图像源
在我的应用程序中,我通过将 Image 控件的 Source 绑定到 ImageSource 来显示从外部 DLL 获取的图像。
这很好用,但有时我没有从我的 DLL 中获得任何数据,我只想显示一个黑色图像。在这种情况下,如何创建仅包含纯色的 ImageSource?
c# - 从资源文件设置 image.Source
我收到一个错误:"Cannot convert string to ImageSource"
。
我能做些什么?
mysql - Handling Multiple Images with ColdFusion and MySQL
This is an architecture question, but its solution lies in ColdFusion and MySQL structure--or at least I believe so.
I have a products table in my database, and each product can have any number of screen-shots. My current method to display product screen-shots is the following:
I have a single folder where all screen-shots associated with all products are contained. All screen-shots are named exactly the same as their productID in the database, plus a prefix.
For example: Screen-shots of a product whose productID is 15 are found in the folder images, with the name 15_screen1.jpg, 15_screen2.jpg, etc...
In my ColdFusion page I have hard-coded the image path into the HTML (images/); the image name is broken into two parts; part one is dynamically generated using the productID from the query; and part two is a prefix, and is hard-coded. For example:
#xA;This method works, but it has several limitations the biggest listed bellow:
- I have to hard-code the exact number of screen-shots in my HTML template. This means the number of screen shots I can display will always be the same. This does not work if one product has 10 screen shots, and another has 5.
- I have to hard-code image prefixes into my HTML. For example, I can have up to five types of screen-shots associated with one product: productID=15 may have 15_screen1.jpg, 15_screen2.jpg, and 15_FrontCover.jpg, 15_BackCover.jpg, and 15_Backthumb.jpg, etc...
I thought about creating a paths column in my products table, but that meant creating several hundreds of folders for each product, something that also does not seem efficient.
Does anyone have any suggestions or ideas on the correct method to approach this problem?
Many thanks!
c# - 如何从C#中的相对URL获取图像,图像不能在项目中
我有一个项目,我正在从 xml 文件加载相对图像 Uri。我正在加载这样的图像:
其中“子”对象是一个 XmlNode,看起来像这样
在调试过程中,图像似乎充满了实际图像,但是当我想以任何方式查看它们时,它什么也没有显示。奇怪的是,当我将图像包含在我的项目中时它确实可以工作,但是我不想这样做,因为我使用 xml 文件的目的是因为你必须在更改后重新构建程序,所以它会丢失.
wpf - 问题绑定 Image Source 依赖属性
我为 ImageButton 创建了一个自定义控件
ImageButton 类看起来像
但是我无法将 ImageSource 绑定到图像:(此代码在 UI 文件夹中,图像在资源文件夹中)
但是,如果我拍摄一个简单的图像,如果指定了相同的来源,它就会显示出来。谁能告诉我该怎么办?
html - href 的简单 HTML 问题
我正在尝试创建超链接到某些 URL 的图像,而超链接似乎不起作用。
我正在使用下面给出的代码http://windchimes.co.in/index_w%20-%20Copy.html
你能告诉我为什么图标的超链接不起作用吗?
wpf - 用户控件上的 ImageSource 依赖项属性 - XAML 值集抛出
我创建了一个小型用户控件,其中包含一个内容为图像的按钮。我在用户控件上创建了一个“ImageSource”依赖属性,以便从按钮内的图像绑定到它。
但是,在我放置用户控件设置实例的 XAML 中,该属性会在运行时引发错误:
在运行时:
“/Resources/Images/Icons/x.png”字符串不是“ImageSource”类型的“ImageSource”属性的有效值。'ImageSource' 类型没有公共的 TypeConverter 类。
然后我创建了一个转换器:
然后用它装饰我的依赖属性:
但 WPF 仍然不会将我的字符串转换为 ImageSource (BitmapImage) 实例...
该怎么办?
sharepoint - 主页的 SharePoint 图片幻灯片
对 Sharepoint 2007 站点进行编程以在首页上使用图片幻灯片的任何建议?
java - 将资源(图像、声音位等)嵌入到 Java 项目中,然后使用这些资源
我已经搜索了一种在 java 项目中嵌入资源的方法(使用 Eclipse v3.6.0),然后在控件中使用该嵌入资源(例如,JLabel
)。我见过从文件系统中引用资源的方法。项目开发完成后,我想将应用程序发布为可执行文件。应该注意的是,这些可执行文件将部署/启动到 Windows、*NIX 和 Linux 平台。
我知道这可以在 Visual Studio 世界中完成,但我非常不熟悉如何在 Java/Eclipse IDE 中做到这一点。作为一个附带问题,我如何让 Eclipse 将项目创建为可执行文件以便可以启动它?
任何帮助是极大的赞赏。
标记
更新 1:
根据BalusC 的回复,我想分享我必须解决我的问题的代码。我的课程在“ Viking.Test
”包下,然后我将图像文件放在“ Viking.Test.Resources
”包下。这一切都在 Eclipse 中完成,以将图像导入项目。
- 我通过右键单击导入源的项目 -> 导入 -> 常规/文件系统来导入图像。
- 选择包含要导入的图像的文件夹
Project/src/Viking/Test/Resources
为“进入文件夹”参数选择了“ ”- 没有更改任何选项并单击“完成”
在源文件中,我添加了以下代码以将图像插入JLabel
( LblLogo
)
wpf - 将图像加载到 ImageSource - 不正确的宽度和高度
我的问题是图像加载似乎来自应用程序资源不正确。这是代码:
图像文件16x16_incorrect.png
是 16x16 32bpp PNG 文件,但在执行上述代码后,s.Width = s.Height = 21,59729
....我还有另一个文件 - 16x16_correct.png
,当它被加载时,ImageSource 的Width
和Height
都等于 16,002。
其他图像每个都加载不正确并且看起来模糊(或平滑),因为系统将其从 16x16 拉伸到 21x21。
这是什么原因造成的?如果源图像文件有问题,我该如何更改ImageSource.Width
为所需的大小才能使用这些文件?