I found a note on my computer (evidently written by myself…

So, I modified the lines for ps:alpha, ps:color, ps:cmyk and ps:mono to use the jpeg device (-sDEVICE=jpeg) and, indeed, it works.
However, I cannot find (or recall) where I learned this trick (it probably came from a thread of the now defunct ImageMagick forum on redux.imagemagick.com

1) Is documented somewhere? If not, the fact that the jpeg device doesn't preserve the original color space has to be considered a defect of Ghostscript (v8.50 GPL)? If this is the case, maybe it will be (or has been) corrected in some later release and I could break my workaround by upgrading the Ghostscript library…
2) What downsides do you see in this workaround? Should I change the device only for ps:cmyk and not for the others?
Thanks in advance.