diff --git a/FAQ.md b/FAQ.md index 1d181ad..42e725b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -11,4 +11,7 @@ It is caused by poor quality of source files. If margins are not cleaned properl Yes. If _Stretch/Upscale_ option is off Panel View is trying to display image in its original size. So when original image was smaller than screen resolution then Panel View will be disabled. #### What exactly I need to start Linux release? -You need the same dependencies which are needed to [run the sources](https://github.com/ciromattia/kcc/tree/master#for-running-from-source). Plus `kindlegen` binary in _/usr/local/bin_ if you planning to create MOBI files. \ No newline at end of file +You need the same dependencies which are needed to [run the sources](https://github.com/ciromattia/kcc/tree/master#for-running-from-source). Plus `kindlegen` binary in _/usr/local/bin_ if you planning to create MOBI files. + +#### Linux version of KCC tells me that every source image is corrupted. How I can fix it? +It is caused by broken Pillow installation. Make sure it is compiled with JPEG and PNG support.