I use revolution slider on a series of sites and right now I'm developing a site that is image based. The images are inside categories and I need to create an image slider in which I can show the title and description of the image with writing that for each image but rathe using the meta of the plugin. I've tried using the meta provided for posts based slider but that doesn't work. Any hep? Thanks
Related
I'm trying to combine 2 images into 1 to be used as an icon for a Google Maps marker. One image will be a static image stored on my server (an image placeholder for a profile photo) and the other one will be dynamic (a users profile photo from a third-party site) Basically I want to set the static image as the bottom layer and the dynamic image as the top layer, the idea being to make it look like the profile photo is embedded in the placeholder image.
Anyone have any idea how to do this? The Google Maps API only allows one image as an icon so I will have to combine them somehow prior to added the combined image as the icon to the map. I did think about creating 2 markers one with each image but I am using markerClusterer so this will not work.
Turns out php has a function imagecopymerge() that can do this! Thanks Paulo Scardine, the accepted answer to the question you posted in your comment lead me to the answer.
We are using the Camera and Gallery Functionality of trigger.io. We are using forge.file Function in getting and capturing image.
When we apply filters to the image, and when we are now going to display the picture with applied filters, it displays the original file without any filters applied.
Can someone confirm this to us??
Screenshots:
But when we displayed by using forge.file.getImage(), the applid filter was not applied to the image
I am looking at building a simple PDF generator. The user will have several text fields and a couple image fields to enter information, and that will appear in specific spots on the PDF. I know how to add an image already in the app to the PDF, but not sure how to take an image that is chosen from Camera Roll on one view to be in the PDF on the next view. Suggestions?
I work for a window manufacturing company and would like to add the functionality within the website for customers to be able to customise a product online with a visual representation when adding parts to the order.
So my question really is when parts are selected is it possible to build an SVG image via ajax or maybe Raphael?
The parts would be:
width
height
color
glass type
grid on outside of glass and so on
thanks in advace
I would do it with carefully crafted images. You can easily grow / shrink an image, hide/display an image, and overlay them (keep transparency) all with javascript on the client.
I would not do it with AJAX, instead I'd just load all the images and display, hide or overlay as needed (assuming the number of options are within reason).
I'm looking at implementing a Facebook-style thumbnail creator using ASP.Net MVC but haven't a clue where to start.
The feature in question is most easily-recognised when you upload a new profile picture. After uploading the image, you are presented with a frame that you can drag around the image to select the area that will appear as your FB profile thumbnail (for your wall, etc).
I'm picking I'd want to use the jQuery UI framework and take advantage of the Draggable feature, but how do I get the coordinates from the chosen position and how do I pass those to .Net to then use as the basis for creating the thumbnail? Not having much experience at all with image manipulation in .Net (or any other language for that matter), I'm hoping someone will be able to point me to good code samples, tutorials or other general suggestions on how I can achieve what I'm after.
Check this:
jQuery Image Crop Plugin
Crop Image in ASP.NET using JCrop, JQuery