Welcome To Snipplr
Everyone's Recent Snippets Tagged image
- All /
 - JavaScript /
 - HTML /
 - PHP /
 - CSS /
 - Ruby /
 - Objective C
 
You may align background image not only to left or top corner, but also use an offset for alignment.
        
        
        
            0 
        
        
            3777 
        
                    posted 8 years ago by apphp-snippets
            This Technical tip explains how .NET developers can render an image of 3D model from the camera inside their .NET applications. Using Aspose.3D for .NET, developers can render an image to view a realistic image of 3D model, with or without the enhanc...
        
        
        
            0 
        
        
            3774 
        
                    posted 9 years ago by sherazam
            This technical tip explains how .NET developers can Crop an EMF Image inside their .NET applications. Image cropping usually refers to the removal of the outer parts of an image to help improve the framing. Cropping may also be used to cut out some p...
        
        
        
            0 
        
        
            3713 
        
                    posted 9 years ago by sherazam
            This technical tip shows how to convert PDF pages to TIFF image inside .NET Applications.  The TiffDevice class allows you to convert PDF pages to TIFF images. This class provides a method named Process which allows you to convert all the pages in a...
        
        
        
            0 
        
        
            4450 
        
                    posted 9 years ago by sherazam
            Change your list bullet to a custom character in CSS.  Will not wrap it multiple lines
        
        
        
            0 
        
        
            3334 
        
                    posted 9 years ago by bcounts
            I am really interested in Computer Vision technology, so I started to dig deeper in this topic. This is how I found the code below for edge detection, a method belonging to object detection.
If you are interested in implementing edge detection in C#...
        
        
        
            0 
        
        
            3912 
        
                    posted 10 years ago by DaniBarros
            You can find the full source code for corner detection here. I found this solution on www.camera-sdk.com and it worked for me fine. I created a Visual C# WPF application in Visual Studio, and added two .dll files (VOIPSDK.dll and NVA.dll) to the refe...
        
        
        
            0 
        
        
            3703 
        
                    posted 10 years ago by MahendraGadhavi
            If you wish to make your home, office or warehouse more secure, taking frame captures can be a very useful solution for you. And I can tell you this because I’ve already implemented this function at my office. Now I am sharing the prewritten source...
        
        
        
            0 
        
        
            4402 
        
                    posted 10 years ago by AdrianVasilyev
            A snippet that will centre an image within a container. The image also has a hover  and background element 'on' the image.
        
        
        
            0 
        
        
            2718 
        
                    posted 11 years ago by brontus
            Add an image to the email, must be linked not embedded ie in thunderbird mail moz-do-not-send attribute must be set true.
any requests for this gif image will be redirected through display which will log the request and serve up the stored t.gif i...
        
        
        
            0 
        
        
            1471 
        
                    posted 11 years ago by stiva71
            Sometimes you may need to change image properties 'on-the-fly'. The best example is when you want to display blog post short description, retrieve the first image and try to turn it into the thumbnail: change some properties and add a special class n...
        
        
        
            0 
        
        
            2419 
        
                    posted 11 years ago by apphp-snippets
            
            C#
        
            C#/.NET  Code Samples to Save Microsoft OneNote (.one) file as an image (.PNG, .BMP, .JPEG, .GIF) file  
        
                    The Aspose.Note for .NET API allows developers to open files & manipulate elements of OneNote books & export them to PNG, GIF, JPEG, BMP and PDF formats. The following code sample shows developers how to save OneNote File as an image in C#/.NET
        
        
        
            0 
        
        
            3574 
        
                    posted 11 years ago by johansonkatherine
            The following technical tip show how developers can Convert Chart in excel file to Image in java using Aspose.Cells component.  Charts are visually appealing and make it easy for users to see comparisons, patterns, and trends in data. For instance, r...
        
        
        
            0 
        
        
            4058 
        
                    posted 11 years ago by johansonkatherine
            The following technical tip show how developers can Convert Chart in excel file to Image in java using Aspose.Cells component.  Charts are visually appealing and make it easy for users to see comparisons, patterns, and trends in data. For instance, r...
        
        
        
            0 
        
        
            3812 
        
                    posted 11 years ago by johansonkatherine
            This method draws a specified string to a Bitmap with the desired text width and text size.
        
        
        
            0 
        
        
            3135 
        
                    posted 11 years ago by cbruegg
            This Effect is Mostly Created with Combination of Javascript and Css
By the Below CSS Code Create Same Effect without javascript
For Live Demo visit http://extremecss.blogspot.in/2014/01/awesome-image-hover-effect-using-pure.html
        
        
        
            0 
        
        
            2194 
        
                    posted 11 years ago by marutichintan
            This technical tip shows how each TIFF frame can be converted to JPEG and then these images to PDF file using Aspose.Pdf for Java. Aspose.Pdf for Java is very well capable of dealing with TIFF images and can easily transform them into PDF format. How...
        
        
        
            0 
        
        
            3189 
        
                    posted 11 years ago by johansonkatherine
            I find myself needing to constantly find new ways to massage the featured image via WordPress themes. This is my starting code. Note: I often use timthumb.
        
        
        
            2 
        
        
            2468 
        
                    posted 12 years ago by FlashBuddy
            To insert custom loop of post attachments as images (at core or custom size) linked not to full size image but custom-configured (or core) size.
        
        
        
            2 
        
        
            2494 
        
                    posted 12 years ago by adambundy
            Returns array with information like:
Input image
width 200
height 200
     print_r(ratioResize('path/to/image.ext' ,  100 , 50));
output:
     array(
         [ratio] => .5,
         [height] => 50,
         [width] => 50,...
        
        
        
            0 
        
        
            2336 
        
                    posted 12 years ago by ShawnG
            This is my simple image resizer on the fly thing. 
-- WARNING --
Resizing and showing images on the fly could potentially kill your server or make the website slow.
Ideally, this should save the resized image in a cache. However, more often th...
        
        
        
            0 
        
        
            2682 
        
                    posted 12 years ago by brownrl