Search found 3 matches
- 2013-11-21T04:41:41-07:00
- Forum: Users
- Topic: convert base64 tiff string to base64 gif string
- Replies: 5
- Views: 7412
Re: convert base64 tiff string to base64 gif string
I installed the dll for my test machine to see if I could get this to work using the php Imagick class. The below code is working great, but not every server I'm going to use this on will have the class. So I still need to work out how to do this same thing from command line. $imagedata ...
- 2013-11-20T13:55:54-07:00
- Forum: Users
- Topic: convert base64 tiff string to base64 gif string
- Replies: 5
- Views: 7412
Re: convert base64 tiff string to base64 gif string
Ok, I tried that and I get nothing. On some of my try's I get an error, this example returned the same one. "The command line is too long."
- 2013-11-20T04:21:00-07:00
- Forum: Users
- Topic: convert base64 tiff string to base64 gif string
- Replies: 5
- Views: 7412
convert base64 tiff string to base64 gif string
This is ridiculous, but I'm running into an issue. I am receiving a base64 tiff string. No other option. The problem is I can't display a tiff image, so I need to change it to something I can use. I don't want to store an image on the server, so I want something created on the fly. Most likely this ...