|
|
#1 |
|
how convert image to png ?
Hello i have some pic in some format ( jpg/gif/jpeg ) i want convert pic to png format how i can do ?
|
|
|
|
0
|
|
|
#2 |
|
Open them in preview and save them as a PNG?
On a more serious note since you posted it in Mac Programming: what programming language? What have you already tried? What did Google tell you? Which documents have you already read?
__________________
Sponsor me to cycle 100Km round London in the dark |
|
|
|
0
|
|
|
#3 |
|
You can open the picture in Preview and just save it as a .png.
|
|
|
|
0
|
|
|
#4 |
|
me need code to convert image in my cocoa project
|
|
|
|
0
|
|
|
#5 |
|
So, as per the above: What have you already tried? What did Google tell you? Which documents have you already read?
If you are expecting code written to do exactly what you want that you can then copy and paste (steal) then you are much mistaken. I will guide you to the documentation that you need but only if you demonstrate that you have attempted to solve this yourself and are willing to put some effort in yourself.
__________________
Sponsor me to cycle 100Km round London in the dark |
|
|
|
0
|
|
|
#6 | |
|
Quote:
i try see classes - NSImage/CGImage but i don't see API's some like - convert/createImageWithFormat and other's for resolve my problem ! all that I have found - CGImageSourceCreateWithURL - CGImageCreateWithPNGDataProvider CGImageCreateWithPNGDataProvider return image, but i don not understand, this api's return NEW image formated PNG ? or this api create image from png image ? anyway i don't see api's some like - writeImageToFile/(NSdata*)getData/ or etc for write new image to file ((( you can help me ? |
||
|
|
0
|
|
|
#7 |
|
You need to look at NSBitmapImageRep, particularly the representationUsingType
roperties:.Cocoas imaging classes are a little more complex that it first appears. Every NSImage has one or more NSImageReps that represent the image in a specific format. As you are only dealing with bitmap types you can be pretty sure than the rep created when you load the image will be a NSBitmapImageRep. If you were less sure (say you wanted a PNG of a PDF) then you would create an NSImage with no data of the correct size, add an NSBitmapImageRep to it (which you create), lock focus on it, draw the image that you want into that context and unlock the focus. You now have a NSBitmapImageRep with the contents you want to use the method I linked to above.
__________________
Sponsor me to cycle 100Km round London in the dark |
|
|
|
0
|
|
|
#8 | |
|
Quote:
|
||
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| Converting Images To 300 Dpi On Macbook | berkeleynerd10 | Mac OS X | 5 | Apr 2, 2010 11:36 AM |
| Convert image to text. Need program ASAP | acfusion29 | Mac Applications and Mac App Store | 4 | Nov 16, 2009 08:43 PM |
| Convert images to vectors | iphonejudy | iPhone/iPad Programming | 2 | Oct 6, 2009 03:07 AM |
| Img2icns - convert images to icons or icons to images | giosquad | Mac Applications and Mac App Store | 1 | Dec 15, 2008 10:05 AM |
| img2icns - The easiest way to convert images to icns files | MacBytes | MacBytes.com News Discussion | 15 | Jan 10, 2006 02:51 AM |
All times are GMT -5. The time now is 05:21 AM.







roperties:
Linear Mode

