I am making a simple program that creates game cards for a game I play. I have sent it out to some friends of mine for testing, but they really want it to save images, not just print them. I have tried to make it save as a .png file. I have to questions here.
How can I make it save my view as a .png file, including all of the view's NSImageWells.
How can I add an NSPopupButton to an NSSavePanel to allow users to select a format?
Any help is greatly appreciated.
See Question&Answers more detail:os