What is the best practice to set a background image centered and 100% (so that it fills the screen, but still retains the aspect ratio) in all browsers?
Hi,
Anyone know how I can add a marker to an image (not a map) in Javascript?
Ideally I'd like a handler that behaves much like adding a marker to a map - i.e. onclick causes a marker to be displayed at the point that was clicked, and returns the x/y pixel coordinates of the point that was clicked.
Is this possible?
Cheers
Richard
In my application I am using Images, these images can be .tga(Targa Graphic) file as well, when I am creating instance of BitmapImage using .tga file, it throws exception saying "No imaging component suitable to complete this operation was found.".
Is there any other way to work with .tga file in wpf?
How can I use these(.tga) files just like any other .jpg(Image file) in wpf?
I'm trying to find some info about removing an image background "automagically" if possible with csharp or a .NET component.
Actually I could not find much data and I don't event know if it's possible or are there any API components available.
Any ideas?
Thanks,
Leonardo
Hello All,
I am not sure if this will be right place to ask the question, but I have spent las 2 hours on Google trying to find something.
Im looking for image gallery/sideshow that will look like the one on dell web site.
Can anyone direct me to one please?
I would really appreciate.
Thanks
Dom
Hi,
Is there any way that I can convert a base64 String to image in Android. I am receiving this base64 String in a xml from the server connected through socket.
Thanks and Regards,
Vivek Birdi
For a mentoring project, I am looking for an online repository of classic computer vision exercises, similar to Project Euler, but geared towards image processing problems that could be solved in MATLAB or OpenCV.
Anyone have any ideas?
Hello!
I want to programaticly open androids image application to show only images from speciffic directory on the SDcard. Is there any way to do it? I just cant find a way.
I have a div containing jQuery image slideshow, i want to put another div/layer on top of the slideshow. Is it possible? Is it as simple as setting both div z-index css property?
hi
im using ffmpeg in my server and every thing is working fine except one that the image(thumbnail) creation im using this script
/usr/bin/ffmpeg -i /var/www/test/test.flv -deinterlace -an -ss 13.45
-t 00:00:05 -r 0.01 -y -s 120x72 -vcodec mjpeg
-f mjpeg /var/www/test/test.jpg
is there any problem with the PHP or ffmpeg
Thanks
I have created a new .rpt file. Right click on section 3 and there added a picture. It shows nicely in the editor (Visual Studio 2008) but when I generate the report as a pdf file then I do not get to see the image. What am I doing wrong?
Hello,
Is there anyway to apply a css style of a area on a image map?
Like here I have .notAvail
I tried this and it did not work.
<map name="SMap" id="SMap">
<area target="bottomFrame" class="notAvail" coords="104,58,120,72" title="Grand Ball Room: 1: C" alt="Grand Ball Room: 1: C" shape="rect">
</map>
I'm using the python OpenCV bindings and at the moment I try to isolate a colorrange. That means I want to filter out everything that is not reddish.
I tried to take only the red color channel but this includes the white spaces in the Image too.
What is a good way to do that?
Please check out
http://rainsongmanchesters.net/news.htm
and notice the black strip above the header image.
Now click here http://rainsongmanchesters.net/breedinfo.htm
and notice how there is no strip. Such a simple problem? It has defeated me for months! Using firebug, and just staring at the code for months has not produced any solutions. Please help!
hello
how can i read image from clipboard ?
i was only able to raed text using wx.clipboard. but not images
is it possible to read images with wx.clipboard?
or there is another way?
i use python2.5 and windows vita 64 bit
thanks in advance
For a mentoring project, I am looking for an online repository of classic computer vision exercises, similar to Project Euler, but geared towards image processing problems that could be solved in MATLAB or OpenCV.
Anyone have any ideas?
Starting to learn image filtering and stumped on a question found on website: Applying a 3×3 mean filter twice does not produce quite the same result as applying a 5×5 mean filter once. However, a 5×5 convolution kernel can be constructed which is equivalent. What does this kernel look like?
Would appreciate help so that I can understand the subject better. Thanks.
I'm trying to find some info about removing an image background "automagically" if possible in .NET.
Actually I could not find much data and I don't event know if it's possible or are there any API components available.
Any ideas?
Are there any nice libraries to render text in an image for Java?
Java has a 2d text library, http://java.sun.com/docs/books/tutorial/2d/text/index.html but not sure if theres a better library to use.
I would like to allow users to access images saved in web folder.
For example - I have an image in web root folder "blank.png". But the link http://localhost:8080/myapp/blank.png returns 404 (not found).
Adding type to resteasy.media.type.mappings does not work.
I am a bit of a newbie in RESTEasy...
I'm looking for a Java library that will can take a PDF and create a thumbnail image (PNG) from the first page.
I've already looked at JPedal, but its insane licensing fee is completely prohibitive. I am using iText to manipulate PDF files at the moment, but I believe it doesn't do thumbnail generation. I can use something like Ghostscript on the command line, but I'm hoping to keep my project all-Java if possible.