HELP! Detect if a JPG is progressive! REWARD!
ALL I NEED TO DO IS determine if a JPG file is PROGRESSIVE or BASELINE.
I have Scoured the web, read half the MSDN library, posted on numerous .net forums, read every GDI+ article in C# Corner and VB.net heaven... and NOWHERE can I find the answer to this question!
I have ASP.NET applications that allow users to upload image files, and I need to reject or re-save PROGRESSIVE (multi-pass) jpegs because they can't be loaded or displayed in Flash Player if the are Progressive.
AFAIK there is no built-in property in the system.drawing or system.io namespaces to determine this, (although that would be awesome if there were)... so you would possibly have to open the file as a binary stream or something and find the progressive "marker" in the file. I have seen PHP scripts that can do this, so I am fairly sure that a .NET script should be able to as well.
PLEASE HELP! I will gladly compensate you with some graphic design, flash development or .net programming if you can provide me with working code to perform this task. I will worship you as a .NET guru if you can do this for me!!!!
Atul PachuriyaPosted May 24, 2016, 6:46 PM
http://support.leadtools.com/SupportPortal/CS/forums/40593/ShowPost.aspx
Dweep PatelPosted May 23, 2016, 9:45 AM
infoPosted Oct 17, 2003, 2:08 PM
andrewPosted Oct 16, 2003, 11:19 PM