cowboy Posted June 9, 2012 Posted June 9, 2012 Hi I would like to ask a simple question about the screen capture . Is It possible to capture the same quality as the original?? I notes that the color is deeper then the original one. I also tried to fix It with zoom option ,but It cant help . _ScreenCapture_SetJPGQuality($iQuality) the default is 100 so wont help . Any Idea ??
Unc3nZureD Posted June 9, 2012 Posted June 9, 2012 I think it's because of the format. JPG is not really good :S I would rather use BMP _ScreenCapture_SetBMPFormat($iFormat)
UEZ Posted June 9, 2012 Posted June 9, 2012 Why is JPG not good? I would use PNG instead of BMP. Br, UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
Unc3nZureD Posted June 9, 2012 Posted June 9, 2012 I mean JPG is good, but it's quality is not the best. PNG is the best, thats true, but there isn't _ScreenCapture_SetPNGFormat($iFormat) I think
cowboy Posted June 9, 2012 Author Posted June 9, 2012 I will give a try and reply the result in few min.
cowboy Posted June 9, 2012 Author Posted June 9, 2012 Ok thank you very much. _ScreenCapture_SetPNGFormat($iFormat) help me PNG vs BMP both of them are good but PNG looks a bit more shiny. I didnt try jpg.
clicked Posted June 9, 2012 Posted June 9, 2012 For things like screenshots of dialogs, office apps etc (i.e. single-color backgrounds with lots of important detail) it is hard to beat PNG, which is a lossless compression format that produces very compact image files. JPG might do well on photos, but its fuzzying algorithm plays hell with edges, so it is a poor choice for OCR and other technical image work. BMP is fine except it produces huge files. I go with PNG whenever I have a choice.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now