• Welcome! The TrekBBS is the number one place to chat about Star Trek with like-minded fans.
    If you are not already a member then please register an account and join in the discussion!

Where can I find the 1984 DC Comics series of Star Trek?

I still have my complete first run of DC's Star Trek series, the movie tie-ins, as well as Who's Who and the first TNG mini-series in storage. They're one of the few collections I kept when I sold my comics a couple of years ago. Unfortunately they're one of the few collections I didn't bag, so they're a little worse for wear.

The wear and tear tell a story! It shows they were loved and enjoyed - far better than something that stays pristine and ignored on a shelf imo! Regardless, that’s a neat collection. I wish I could build up a physical comic book collection, but I know I must wait until I’m no longer in a career that moves me all over lol
 
I still have my complete first run of DC's Star Trek series, the movie tie-ins, as well as Who's Who and the first TNG mini-series in storage. They're one of the few collections I kept when I sold my comics a couple of years ago. Unfortunately they're one of the few collections I didn't bag, so they're a little worse for wear.

Last year, I used eBay to fill the few holes in my collection and had the eighties newsprint DC series custom bound into three hardback volumes. At the same time, I had the post-TMP Marvel comics done in one volume.

Currently, the last three volumes of my five volume post Final Frontier "New Format" DC run are at the bindery.

Since my comics were mid-grade copies rather than high grade "investments," I didn't have many qualms about having them shaved and trimmed and sewed in the binding process.
 
After it was suggested here I placed an order for the "Star Trek The Complete Comic Book Collection". It arrived today, but unfortunately the comics are not formatted how I expected. They used double-page scans, so it definitely makes the reading experience less than ideal. Does anyone know of a way to automatically split these pages into halves (so that they can be stored as individual pages)? I've already put together a script to extract the individual pages, reformat them, and compile everything back into .CBR files - but just need to figure out how to get the pages themselves split without having to manually go page by page for every comic.
 
After it was suggested here I placed an order for the "Star Trek The Complete Comic Book Collection". It arrived today, but unfortunately the comics are not formatted how I expected. They used double-page scans, so it definitely makes the reading experience less than ideal. Does anyone know of a way to automatically split these pages into halves (so that they can be stored as individual pages)? I've already put together a script to extract the individual pages, reformat them, and compile everything back into .CBR files - but just need to figure out how to get the pages themselves split without having to manually go page by page for every comic.
Ugh, what a crime!

Some suggestions here: https://superuser.com/questions/791...lf-a-double-page-scanned-pdf-in-a-single-pass

I can't claim to have tried any; I usually do this kind of thing manually, but I wouldn't want to on this scale!
 
Ugh, what a crime!

Some suggestions here: https://superuser.com/questions/791...lf-a-double-page-scanned-pdf-in-a-single-pass

I can't claim to have tried any; I usually do this kind of thing manually, but I wouldn't want to on this scale!

Thank you! In the time I posted that I've put together a functioning Bash script that:
  1. Retrieves all pages from the pdf and stores as jpg
  2. Splits those images into 50/50 splits (works a lot better than i expected tbh)
  3. Detects pages that are mostly black/empty and deletes them (this is because these are present and can mess up cover art)
  4. Sequentially orders them
  5. Compresses them into a .CBR file for use in any regular comic book reader
It's a very niche script that works only in this specific case, but it is sure to save a TON of time :P And yea I would absolutely hate to do this manually.
 
I get a lot of scanned articles from academic journals or book chapters via interlibrary loan that have been scanned two pages at a time, and I like to have one page at a time because then I can straighten them better. My usual approach is to CTRL+C CTRL+V every page in Acrobat, and then crop the evens and odds... it's not too bad for one 30-page article every so often. I wouldn't mind something more efficient, though, I should try it out.
 
I get a lot of scanned articles from academic journals or book chapters via interlibrary loan that have been scanned two pages at a time, and I like to have one page at a time because then I can straighten them better. My usual approach is to CTRL+C CTRL+V every page in Acrobat, and then crop the evens and odds... it's not too bad for one 30-page article every so often. I wouldn't mind something more efficient, though, I should try it out.

Once I'm done tidying it up so that it's more adaptable to other user systems I can share it - from there it shouldn't be difficult to adjust to meet your needs. It's rather basic and uses rar and imagemagick for most of the work.
 
Very good. My favorite Trek comic cover was of the Mirror Universe refit Enterprise firing at a helpless Excelsior. The saucer looked a tad wider and flatter…so much the better.
 
If you are not already a member then please register an account and join in the discussion!

Sign up / Register


Back
Top