Questions tagged «image»

image标签用于与在源代码的上下文中图像的加载,格式化,保存,压缩和显示有关的问题。此标记还应用于使用各种图像库的帮助。有关特定图像格式的问题应包括这些格式的标签。如果问题与格式转换,处理等有关,请添加标签以提及。


5
SVG是否支持位图图像的嵌入?
SVG图像是纯粹矢量的,还是可以将位图图像组合成SVG图像?如何将变换应用于位图图像(透视图,映射等)? 编辑:通过链接参考,图像可能包含在SVG中。参见http://www.w3.org/TR/SVG/struct.html#ImageElement。我的问题是,实际上是否可以将位图图像包含在svg中,以便svg图像是自包含的。否则,无论何时显示svg图像,都必须遵循链接并下载图像。显然.svg文件只是xml文件。
147 image  svg  bitmapimage 

8
在Android中的ImageButton中调整图像
我的活动中有6个ImageButton,我通过它们中的代码设置了图像(不使用xml)。 我希望它们覆盖按钮区域的75%。但是,当某些图像覆盖的区域较少时,有些图像太大而无法放入imageButton。如何以编程方式调整大小并显示它们?下面是屏幕截图 下面是xml文件 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:layout_marginBottom="5sp" android:layout_marginLeft="2sp" android:layout_marginRight="5sp" android:layout_marginTop="0sp" > <LinearLayout android:layout_height="0dp" android:layout_width="match_parent" android:layout_weight="1" android:orientation="horizontal"> <ImageButton android:layout_height="match_parent" android:layout_width="0dp" android:layout_weight="1" android:id="@+id/button_topleft" android:layout_marginBottom="5sp" android:layout_marginLeft="2sp" android:layout_marginRight="5sp" android:layout_marginTop="0sp" /> <ImageButton android:layout_height="match_parent" android:layout_width="0dp" android:layout_weight="1" android:id="@+id/button_topright" android:layout_marginBottom="5sp" android:layout_marginLeft="2sp" android:layout_marginRight="5sp" android:layout_marginTop="0sp" /> </LinearLayout> <LinearLayout android:layout_height="0dp" android:layout_width="match_parent" android:layout_weight="1" android:orientation="horizontal"> <ImageButton android:layout_height="match_parent" android:layout_width="0dp" …

10
用jQuery异步加载图像
我想使用jQuery在页面上异步加载外部图像,并且尝试了以下方法: $.ajax({ url: "http://somedomain.com/image.jpg", timeout:5000, success: function() { }, error: function(r,x) { } }); 但是它总是返回错误,是否有可能像这样加载图像? 我尝试使用.loadmethod,但是它可以工作,但是我不知道如果图像不可用,如何设置超时时间(404)。我怎样才能做到这一点?

14
img标签显示错误的方向
我在此链接上有一张图片:http : //d38daqc8ucuvuv.cloudfront.net/avatars/216/2014-02-19%2017.13.48.jpg 如您所见,这是具有正确方向的普通图像。但是,当我将此链接设置为我的图像标签的src属性时,图像将上下颠倒。http://jsfiddle.net/7j5xJ/ <img src="http://d38daqc8ucuvuv.cloudfront.net/avatars/216/2014-02-19%2017.13.48.jpg" width="200"/> 运行代码段Hide results展开摘要 你知道发生了什么吗?
142 html  css  image 


14
高质量图像缩放库
关闭。此问题不符合堆栈溢出准则。它当前不接受答案。 想改善这个问题吗?更新问题,使其成为Stack Overflow 的主题。 5年前关闭。 改善这个问题 我想在C#中以与Photoshop一样好的质量缩放图像。是否有任何C#图像处理库可用于执行此操作?

4
如何评估OpenCV的两个图像有多相似?
OpenCV是否支持比较两个图像,并返回一些值(可能是百分比)来指示这些图像的相似程度?例如,如果同一张图像通过两次,将返回100%;如果图像完全不同,则将返回0%。 我已经在StackOverflow上阅读了很多类似的主题。我也做了一些谷歌搜索。可悲的是,我无法给出令人满意的答案。

3
如何在HTML / CSS中仅显示图像的一部分?
假设我想要一种只显示HTML中250x250像素的图像的中心50x50像素的方法。我怎样才能做到这一点。另外,有没有办法对css:url()引用执行此操作? 我知道CSS中的clip,但这似乎仅在与绝对定位一起使用时才起作用。
140 html  css  image 


8
快速获取图像尺寸(而不是文件大小)的方法
我正在寻找一种快速的方法来获取图像的高度和宽度(以像素为单位)。它应至少处理JPG,PNG和TIFF,但越好。我强调快速是因为我的图像很大(最大为250 MB),并且用ImageMagick的尺寸获取图像的时间太长了,identify因为它显然首先读取了整个图像。 最好,我正在寻找一种在Ruby甚至Rails 3中都能正常工作的方法。 我知道一些理论知识(各种图像格式,它们的标题和它们的区别,等等)。确实,我要求一种可以以相当通用的方式解决我的问题的库。 我只是发现了尽管发展似乎已经停滞,但看起来很有希望的图像尺寸。
138 linux  image 

9
如何在div内居中(背景)图像?
是否可以将div中的背景图像居中放置?我已经尝试了几乎所有内容-但没有成功: <div id="doit"> Lorem Ipsum ... </div> //CSS #doit { background-image: url(images/pic.png); background-repeat: none; text-align: center; } 这可能吗?
136 html  css  image  background  center 


8
将图像嵌入到<button>元素中
我正在尝试&lt;button&gt;在HTML 的元素上显示png图像。该按钮与图像的大小相同,并且显示了图像,但由于某种原因不在中心,因此无法看到全部。换句话说,图像的右上角似乎位于按钮的中心而不是按钮的右上角。 这是HTML代码: &lt;button id="close" class="closing" onClick="javascript:close_clip()"&gt;&lt;img src="icons/close.png" /&gt;&lt;/button&gt; 更新: 我认为实际发生的是利润问题。我得到两个像素的边距,因此背景图像从按钮中消失了。该按钮和图像的大小相同,这是唯一的20px,所以这是非常noticable ......我试过margin:0,padding:0但它并没有帮助...
135 html  css  image  button 

4
图片提示
我正在使用工具提示。但是我想要在图像标签上显示该图像,例如当我将鼠标悬停在图像上时,工具提示应该起作用。我已经尝试过但在图像标签上没有为我工作。
132 html  image  tooltip 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.