How to calculate the number of lines in .Png file
-
Hi All, How to calculate the total number of vertical lines and the total number of horizontal lines in a .png file using VC++
If all else fails, you can read it using GDI+. However, I'd imagine the width and height are part of the metadata you could read with some research into the file format.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hi All, How to calculate the total number of vertical lines and the total number of horizontal lines in a .png file using VC++
Luc Pattyn [Forum Guidelines] [My Articles]
this weeks tips: - make Visual display line numbers: Tools/Options/TextEditor/... - show exceptions with ToString() to see all information - before you ask a question here, search CodeProject, then Google