0
votes
2answers
61 views
Multipart tiff and EXIF metadata
In the tif format, when you add EXIF meta data it creates an new IFD (tif-direcory) and stores the exif metadata as fields. So when parsing a tif file with a single image and exif data is easy. But …
2
votes
1answer
183 views
Programatically adding Images to RTF Document
I am trying to add a image to a RTF document which I am creating. I would prefer to not use 'copy/paste' methods (that involve pasting the image within a RichTextBox and then accessing the .RTF …
0
votes
4answers
73 views
Deciding which image format to use
I'm working on a web application that will allow users to upload profile pictures (avatars, basically). These images will be no bigger than 100 x 100 pixels and will be pictures of peoples' faces.
We …
0
votes
4answers
142 views
Access PNG Metadata
How can I access/remove PNG metadata?
I'm looking for a Mac application or a PHP snippet.
0
votes
6answers
133 views
If I take a loss-compressed file and save it again (e.g. JPEG) will there be loss of quality?
I've often wondered, if I load a compressed image file, edit it and the save it again, will it loose some quality? What if I use the same quality grade when saving, will the algorithms somehow detect …
2
votes
6answers
126 views
What Image format should I use for barcodes created on the fly.
I'm creating barcodes on the fly, and embedding them in web pages. What format should I use? I'm wavering between JPG and PNG, and I don't really understand the advantages of both. Size matters in …
3
votes
3answers
322 views
Website Image Formats: Choosing the right format for the right task.
When designing a website, what do you consider the best image format to use for a particular task?
I always find myself in a dilemma when trying to figure out what format to use for a specific …
1
vote
1answer
1k views
Insert Image in WPF RichTextBox
Hi there im using the following code for insert text and images, but I want to insert the image "behind text" as Image>Adjust with Text property in MSWord
{
int numeroInforme = …
