Problem : Is it possible to replace the image portion of a JPG but keep the embedded metadata? Alternatively, is […]
Tag: jpeg
How to create a jpg image dynamically in memory with .NET?
Problem : I have a .NET (3.5 SP1) library (DLL) written in C#. I have to extend this library by […]
Save JPG in progressive format
Problem : <Extension()> _ Public Sub Save(ByVal b As Bitmap, ByVal FileName As String, ByVal Compression As Long, ByVal MimeType […]
Get the resolution of a jpeg image using C# and the .NET Environment?
Problem : Our clients will be uploading images to be printed on their documents and we have been asked to […]
High quality JPEG compression with c#
Problem : I am using C# and want to save images using JPEG format. However .NET reduces quality of the […]
How do you save a jpeg with 4-2-2 and high quality in .net?
Problem : When I save a jpg file using bitmap.save, it saves as jpeg 4-1-1 when I specify the encoder […]