To zip up the contents of a directory (selectively), use find and zip:
$ find . -type f -name "*.jpg" | zip -@ myimages.zip