As you may know, the current Pocket implementation in Kobo readers struggles with images other than Jpeg. Jpegs will be displayed fine, but all other image types, like Png, Svg or Gif simply won't be displayed.
As I grew tired of seeing the "image not found" icon - too many articles using png files and the like - I wrote a small script for NickelMenu to convert these images to Jpeg on the fly.
Add a line like this one to your NickelMenu config:
Then extract pocket.zip to /mnt/onboard/.adds/pocket.
For now this only supports the conversion of Png files, as I've been using @NiLuJe's ImageMagick from his bag o' stuff.
Ps. You might need to reboot your Kobo if the article already was cached.
As I grew tired of seeing the "image not found" icon - too many articles using png files and the like - I wrote a small script for NickelMenu to convert these images to Jpeg on the fly.
Add a line like this one to your NickelMenu config:
Code:
menu_item :library :Convert Pocket Images :cmd_spawn :quiet:/bin/sh /mnt/onboard/.adds/pocket/fix.sh
For now this only supports the conversion of Png files, as I've been using @NiLuJe's ImageMagick from his bag o' stuff.
Ps. You might need to reboot your Kobo if the article already was cached.