Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I previously used "convert -strip" to remove PNG:datemodify metadata, but found this behavior changed in 6.8.9:
# 2014-04-22 6.8.9-1 Glenn Randers-Pehrson <glennrp@image...>
# * The "-strip" option now only removes profiles and comments from PNG
# output. Previously the background, density, and other metadata were
# also discarded.
Is there a way in newer versions to accomplish the same as the old -strip command? Specifically, I need the PNG:datemodify metadata to be removed.