https://bugs.kde.org/show_bug.cgi?id=193592 --- Comment #51 from anton 2010-02-14 19:34:16 --- @Szczepan Hołyszewski I think that dolphin team have already stated their intention to fix this issue for 4.5 - this is the best possible result this bug report could achieve, so I do not see the point trying to continue discussion is such manner. I think you should also understand, that writting a console program which takes picture dimesions from 10 image formats (which can probaly can be done in 10 minutes after reading imagemagic option list) is not the same as itegrating same thing into program of same complexity level as dolphin. The point here is not only about physical ability of reading picture data from particular file, but also about keeping code base in a clean state (picture data reading code should not be copy/pasted across each application which needs it, but should be located in single place somewhere in kdelibs) and also about perfomace staff like multithreading and ui-blocking which was already described few posts above (reading picture data from one file in single command in not the same as reading same data from 10000 files in single folder and not being hanged for visible time period). Sorry for further spam, I am stopping posting to this thread. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.