We would like to display very large (50mb plus) images in Internet Explorer. We would like to avoid compression as compression algorithms are not what CSI would have us believe that they are and the resulting files are too lossy.
As a result, we have come up with two options: Silverlight Deep Zoom or a Flash based solution (such as Zoo...
Hey everybody,
I'm wondering if there is a simple and quick way of displaying an image when the user hovers a QLabel...
Since QLabel can be used to display QPixmap, I would like to display some kind of "preview" when hovering a QLabel...
Do you guys know how I could manage this ?
Thanks in advance !
...
Hi to everybody,
I want to add high res images in my iOS4 app. I already read this http://developer.apple.com/iphone/library/documentation/iphone/conceptual/iphoneosprogrammingguide/SupportingResolutionIndependence/SupportingResolutionIndependence.html#//apple_ref/doc/uid/TP40007072-CH10-SW2 and a lot of other pages but I did not find t...
I'm creating an image editing program in GTK\C, and I can't figure out how to make zoom work; I need to zoom my Cairo-based canvas to the mouse cursor's position, but Cairo only zooms to center of the image it displays. The normal way to get around this is to transform, zoom, and then transform back; but that messes up the scrollbars sur...
Has anyone here worked with http://finnrudolph.de/ImageFlow/ it resizes my images, and I want them to look bigger, I've played with the settings...but....So can anyone help me? I want the imagesz to be displayed at 80-90% of the original width and height
...
I've seen Piet and perhaps some other esoteric programming languages that accept images as input. Is there any such language that's intended for real use? Other than the fact that it seems horrifically unreasonable to actually program this way, there is a certain allure to the idea that, as textual program source can be created in any ol...
I'm using the basic MFMailComposeViewController through the iPhone SDK to attach photos and send e-mails from within an app. The big problem I have is that, if I have HTML enabled (isHTML:YES), the control takes it upon itself to add reduced width and height values to the image element within the HTML that it generates. The actual imag...
I want to insert an image in my created PDF file. However, it won't position well at all.
If I do this:
$fpdf->Image($row_products['prod_imagelarge'], 10);
->The images will appear however, they're too big.
If I do this:
$fpdf->Image($row_products['prod_imagelarge'],30, 40, 40, 40);
-> Not all images will appear. Only 1 image per pag...
im having an image(some dimensions) i set the width of some pixel position. i need a java method to calculate the height of the image to display properly...
please help me.... urgent..
...
Found the function which position the image(s) in the multiscaleimage... but I'm not sure how to get the actual image width (for single or multiple) and change the _msi.ViewportOrigin x param based on that.
There are 2 lines which affect the image position... one is
_msi.ViewportOrigin = new Point(0, 0);
and the other is:
//if (lay...
Has anyone come across an effective way to mimic Webkit's
-webkit-mask-box-image: url(filename.png)
functionality?
I'm trying to use non-square animated elements, and would prefer not having to do the masking on server-side.
I'm set on supporting at least Gecko and Webkit, but if I can manage Opera and IE, that would be a bonus.
...
Hi!
I want to have two aplications simultaneously run: one that analyzes image from webcam written using OpenCV (the image is acquired through callback function) and an application that goes into fullscreen mode (let's say a 3D game). The problem is that while the fullscreen mode is launched the webcam image stream is stopping - the fra...
I have an app that processes images. For testing it, I have a script that submits an image. This is not completely uncommon.
I am bored with my test images. Filling up a folder with some images and getting my test script to randomly pick one gets boring really quickly.
Is there any script - in any language, really - that can get a r...
I want an icon set containing numbers from 1 to 20.
Background should be white.On the top left corner number should be drawn.
Can I download free from a website.
...
I need an image 1px X 1px or empty Jpeg image using c#
...
Hi,
I have a folder with full of images.But I have to upload the images to mysql database.
How can I do it using php code?
Regards,
Rekha
...
I'm working on an AIR application which generates a dynamic client presentation, pulling all necessary data from a PHP framework API. In the process, I download a large number of images and store them locally in the user's app-storage (air.File.applicationStorageDirectory).
Side note: the HTML view I am dynamically populating is locat...
how to insert image in html.actionlink - asp.net mvc?
i did it so, but it doesnt works.
<a href="<%= Html.ActionLink("search", "Search", new { searchText = "txtSearch" }, null); %>">
<img alt="searchPage" style="vertical-align: middle;" height="17px"
src="../../Stylesheets/search.PNG" title="search" />
...
I need to plot and display several jpeg images in a single combined display (or canvas?). For example, suppose I have images {a,b,c,d}.jpg, each of different size, and I would like to plot them on one page in a 2x2 grid. It would be also nice to be able to set a title for each subplot.
I've been thoroughly looking for a solution, but co...
I have an image and text beside it with this code. A sample can be seen here:
The problem is that the text is starting from the center of the image (on the right side) whereas i want the text to start from the top right-hand side of the image.
Here is my code:
<table width="550">
<tr>
<td>
<div id="i1">
<img src="<? ...