Hello All, has anyone been able to port ImageMagick or similar basic image processing cmd-tools into the build?
I want to be able to add watermark after resampling jpg using scripts.
The content of this topic has been archived on 23 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.
Hello All, has anyone been able to port ImageMagick or similar basic image processing cmd-tools into the build?
I want to be able to add watermark after resampling jpg using scripts.
Anyone?
OpenWRT do have ImageMagick package under packages/multimedia/imagemagick ..
Did you check there using "make menuconfig" ??
OpenWRT do have ImageMagick package under packages/multimedia/imagemagick ..
Did you check there using "make menuconfig" ??
It used to have, I guess it was removed due to lack of maintainers. I cant find it at https://github.com/openwrt/packages/tre … multimedia ... or am I missing something?
On my local OpenWRT git repo, it is under feeds/packages/multimedia/imagemagick.
On my local OpenWRT git repo, it is under feeds/packages/multimedia/imagemagick.
and what does git config --get remote.origin.url on your repo output? also can you please paste the contents of feeds.conf.default file?
mazilo wrote:On my local OpenWRT git repo, it is under feeds/packages/multimedia/imagemagick.
and what does git config --get remote.origin.url on your repo output? also can you please paste the contents of feeds.conf.default file?
Here is the output you requested:
[debian@debian:/opt/openwrt-git-trunk.2 14%] ~ git config --get remote.origin.url
git://git.openwrt.org/openwrt.git
[debian@debian:/opt/openwrt-git-trunk.2 15%] ~
The discussion might have continued from here.