Skip to main content

Home/ centreforelearning/ Group items matching "image" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Kartini Ishak

Image * After - currently 27512 free textures and Images available - 1 views

  •  
    Image*After is a repository of more than 27,000 free stock Images and textures that can be downloaded and reused for noncommercial and commercial uses. The Images and textures in the galleries have been donated by amateur photographers and artists. You can search Image*After by Image category, Image size, and base color. When you find an Image you like you can either download it directly to your computer or clip it to a temporary online account while you browse for more Images.
bernard tan

Exporting Images from Canvas Tag HTML5 - 1 views

  • Exporting & Saving One thing that SVG can’t do is save the resulting image as a bitmap. It’s easy for <canvas> because the element is already a bitmap in the first place! The canvas can export its image to a data URL (e.g., data:image/png;base64,iVBORw0KGg...). This data may then be rendered in the browser, which could then be saved or dragged to the desktop, used in a new canvas, and so on. The browser must support PNG images, and it may have varying support for GIF and JPG. For our example, we’ll stick with PNG since it supports alpha transparency, and where we haven’t drawn on the canvas, it’ll be transparent. To get the data URL, we simply call canvas.toDataURL('image/png'). Note that we’re calling toDataURL() on the <canvas> element, not on the 2D context. This is because we’re getting all the pixels in the canvas, not just the pixels in a particular context. So taking the example we’ve put together already, we’ll make the browser redirect to a PNG version of the image when a user clicks on the <canvas> element (a contrived example, I know!): canvas.onclick = function () {  window.location = canvas.toDataURL('image/png');};
  •  
    I am sharing of export images from web app specially to Eve and Sham, maybe useful for our harmonia project. This is the workflow i was mentioning on exporting the contents of the new html5 tag canvas to an jpeg or png and it opens in a browser, which then can be save or be used for other things, we could also explore on other options of sending the image directly to other applications. http://jsbin.com/abagi3/5/ Above url is a live prototype and you can actually view source to see how easily it is being done. :)
Rachel Tan

Use of free images - how to acknowledge the image creator - 0 views

    • Rachel Tan
       
      Pek Mee, I will insert the Acknowledgement in reference on the last PPT slide for Unit 2. Will advise GPL to do the same going forward. After clearance from Ashley I will advise GPL on the correct way Credits/Acknowledgement going forward.
  •  
    This is one source of free images used by faculty for NIE Open Courses. It is mandatory to publish an acknowledgement to FreeDigitalPhotos.net and the image creator on the page each free image is used on. For example: "image courtesy of [contributor name] / FreeDigitalPhotos.net". It should be clear which image the acknowledgement relates to. Where the same image appears on multiple pages, for example in a banner or background, it need only be acknowledged on one page. If you are unable to publish an acknowledgement, you must purchase the image to use it. You do not need to publish an acknowledgement if you purchase the image.
bernard tan

Zugara's Augmented Reality Dressing Room Is Great If You Don't Care How Your Clothes Fit - 1 views

  • Augmented reality, or the blending of the real world with computer graphics on the fly, is one of the most exciting fields in tech right now
  • Zugara, an interactive marketing agency, has built something a bit more practical for the time being. It’s put together the Webcam Social Shopper, offering a way to help you try on clothes online from the comfort of your bedroom.
  • t lets you overlay a static image on top of your body and pretend you’re wearing it. Which is sort of a start.
  • ...1 more annotation...
  • Zugara is also trying to weave a social element into the application, offering examples of sharing outfit choices over Facebook or allowing friends to help choose outfits in real time, which could turn out to be the app’s real strength.
  •  
    Developer Zugara showing online clothes store offering way to let you try clothes online with help of Augmented Reality. See Video @ http://www.youtube.com/watch?v=NxQZuo6pFUw&feature=player_embedded
bernard tan

Preparing your iPhone App for Higher Resolutions - 0 views

  • The iPad has a bigger screen, and so it has a bigger resolution. With the iPhone 4, however, Apple did something different: they increased the resolution without changing the physical size of the screen. This makes for a higher pixel density, pixels are smaller and more tightly packed. In one square inch of the iPhone 4’s screen there are around 106 thousand pixels (at 326 PPI, or Pixels per Inch), while the older models have only about 26 thousand (at 163 PPI) in an inch – 4 times less! This makes graphics on the screen seem like continuous lines, because your eye can’t see the individual pixels. Apple calls this technology the “Retina Display” because they claim the human eye (the retina) can’t physically see the pixels at this resolution.
  • Using Two Images The official way of adding high-resolution support to your application is by having two versions of each Image, one in “regular” resolution and one in double resolution. Whenever your application is viewed on the Retina Display, the larger Image will be loaded automatically. This method allows for full and precise control of how your application will look in each case, and is very easy to apply to your existing applications. The full size Image file should be named however you want, such as “Button.png”. Use this Image name in your code and Interface Builder wherever you want to reference the Image. The double-size Image should be twice the size of its matching smaller Image and named exactly the same with “@2x” appended to the name. In our example, we would name it “Button@2x.png”. Unfortunately, this technique will not work on the iPad; a pixel-doubled application will not load the higher resolution resource. This will probably be addressed in the future iOS 4 update which is scheduled to come to iPad this fall.
  •  
    FYI. In case you are wondering why the term Retina Display on IPhone 4! Preparation of 2 set of images doesnt work here for the different devices?
bernard tan

Adobe Demos Flash-to-HTML5 Conversion Tool [VIDEO] - 1 views

  • At Adobe’s MAX conference the other night, that message was made manifest with a live demonstration of a Flash to HTML5 conversion tool, which is currently in the works. The tool is incredibly impressive in that it can convert full Flash animation into HTML5 on the fly
  • Watch the demonstration video to get an idea of how users will be able to take elements from within the newly converted HTML5 code to re-insert elsewhere on a web page
  • Those animations or interactions will now be viewable on all kinds of devices — including the iPhone () and iPad. This is where we think that this HTML5 conversion tool has real possibilities. It’s one thing to be able to convert a movie or animation
  • ...1 more annotation...
  • Adobe might be serious about wanting to push Flash and Adobe Air () on mobile platforms like the BlackBerry PlayBook, HP’s webOS and Google’s () Android (), but that doesn’t mean that the company isn’t listening to its customers and providing cross-platform solutions that can work on the many different device types
  •  
    The evolution of flash. Flash's reponses to HTML 5
bernard tan

Google Docs Editing Goes Mobile - 0 views

  • Google () announced Wednesday morning that it has begun rolling out mobile editing for Google Docs (). The update isn’t yet available for everyone, but it should be available to all over the next few days.To date, only Google Docs spreadsheets have supported mobile editing. When the the update hits, all Google Docs documents will be editable on devices running Android () 2.2 (and higher) and iOS 3.0+.We’ve not been able to test it out yet, but Google has released a little video — as seen above — showcasing the new mobile editing capabilities of Google Docs.
  •  
    That means that... - You can work on that important memo...while on the bus or train to work. - If you're behind on a group proposal, but really want to make it to the ball game tonight, your whole team can work on it from the bleacher seats. - You can take minute-by-minute notes at a concert so you'll always remember the setlist. And your friends can jealously follow in real-time at home. - and the list goes on!
bernard tan

Designing for the iPhone 4's Retina display - 2 views

  • The problem is amplified when saving for Retina, where there’s twice as many images, and the 1× images must match the 2× images precisely. The best solution I’ve come up with so far is: Build your design at 1×. Use copy merged to save all the 1× images. Duplicate the entire folder containing the 1× images. Use Automator to add @2x to all the filenames. Open each @2x image and run the Scale by 200% Photoshop action. This gives you a file with the correct filename and size, but upscaled content. Scale your main Photoshop design document by 200%. Use copy merged to paste the higher quality elements into each @2x document, turn off the lower quality layer, then save for web, overwriting the file.
  •  
    Preparing your graphics for iphone apps to take advantage of iphone 4 Retina display!!! Designers take note to prevent frustrations later on!!!
wittyben

Digital Literacy: Find Free (and Legal) Images for Your Classroom « Indiana Jen - 3 views

  •  
    For MDs and the rest in CeL, here's some URLs for you to find free & legal images for teaching and learning purposes.
  •  
    Thanks. will be very useful for our open platforms appoach. Very good list of creative commons resources put together
  •  
    Compfight digged my curiosity, http://compfight.com/search/rubber-band-ball/1-0-1-1, photo stock at $1 - cheap but not free. We have to really open our eyes to read the fine prints to ensure its free
Niko chen

Stiple - Create Interactive Images - 1 views

  •  
    Stipple is a new service (still in an invite-only beta) that allows you to create interactive images. Using Stipple you can upload an image and tag it with pinmarks. Within each pinmark you can include videos, links, text, audio files, and more images.
yeuann

In Digital Age, Sourcing Images Is as Legitimate as Making Them | Raw File | Wired.com - 1 views

  •  
    Intriguing insights into the changing nature of image uses in culture, and possibly education
Rachel Tan

ImageCodr.org - 1 views

  •  
    A tool that creates the exact attribution required of creative commons content.  Add the url for the image and it will generate the HTML code necessary for adding the image to a website. 
bernard tan

8 Bit Color vs 16 Bit Color - Working With 16 bit Images In Photoshop, Page 2 - 0 views

  • So why, then, would it be better to work with a 16-bit image? One word - flexibility. When you're editing an image in Photoshop, sooner or later, if you continue making edits, you're going to run into problems. The most common problem is what's known as "banding", where you've lost so much detail in the image that Photoshop can no longer display smooth transitions from one color to the next. Instead, you get an ugly stair-stepping effect between colors and tonal values.
  •  
    Choice when selecting 8 bit or 16 bit when editing in photoshop
  •  
    William - answer to your question earlier. Can read the whole article if you're interested :)
rahim azhar

Vector Finder - Free Vector Art & Stock Vector Images Search Engine | CrazyLeaf Design Blog - 1 views

  • Vector-Finder.com is a Free Vectors & Stock Vector Images Search Engine, Search the most popular and commercial vector Images (Shutterstock and Graphicriver) in a central place, where you can press the Most Downloads, Most Popular view, In the search results page Search Vector. You can also see the free and commercial loss plans, download and use the Free vector graphics at no charge.
Sally Loan

Upload images in Google Spreadsheets - Docs Blog - 1 views

  •  
    upload images to Google spreadsheet is possible!
rahim azhar

A bit of fun: Brickify takes your images and transforms them into Lego - 2 views

  • A new tool called Brickify from the team at Carsonified allows you to upload images or photos and turn them into plans for building bricks, great for people who want to transform their logos or are simply just fans of Lego.
  •  
    you might want to try it at home as NIE has block this site -__-!
Kartini Ishak

Designing for iPhone 4's Retina Display (Global Moxie) - 0 views

  • App Store Icon 512x512 (scaled down to 175x175 for display in the store)
  • Application Icon 114x114 (iPhone 4) 57x57 (older iPhones) 72x72 (iPad)
  • Spotlight Search Results and Settings Icon 58x58 (iPhone 4) 50x50 (Spotlight results for iPad) 29x29 (settings for iPad and older iPhones)
  • ...7 more annotations...
  • Document Icon This is a new icon type in iOS 4. It’s used if your app creates a custom document type. The iPad uses the document icon in two different sizes. 320x320 (iPad) 64x64 (iPad) 44x58 (iPhone 4) 22x29 (older iPhones)
  • “Do I really have to make two versions of my images? If I make a single high-resolution set, won’t iOS 4 scale them down on older devices?” Sorry, no, not automatically. While iOS 4 goes seamlessly in the other direction (scaling up low-res images for iPhone 4), it doesn’t work the other way. By default, it scales all images so that one pixel equals one point. That’s a great solution for making sure that old apps work correctly on the new phone, but it doesn’t help you go the other way ‘round.
  • Everything they say about it is true: at 320 ppi, the pixels are just plain invisible.
  • at 320 ppi
    • Kartini Ishak
       
      It should be 326 PPI
  • The new phone doubles the resolution to 640x960 pixels
  • the 3.5-inch screen was always 320x480 pixels
  • Conveniently enough, the iPhone screen is 320x480 points on both iPhone 4 and older models.
  •  
    The specifications for designing for iPhone 4's display. 
Sally Loan

Glogster - Poster Yourself | Text, Images, Music and Video - 1 views

shared by Sally Loan on 08 Feb 11 - Cached
  •  
    Create your own poster. Simply put, Glog is a kind of poster - fully designed by yourself! Glog is a fancy creation from text, images, music and video.
1 - 20 of 73 Next › Last »
Showing 20 items per page