Skip to content

It will be very useful if you are creating a post on a fixed draft for your social media account.

Notifications You must be signed in to change notification settings

yavuzceliker/InstagramPostImageMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Instagram Post Image Maker

It will be very useful if you are creating a post on a fixed draft for your social media account.

You can create pictures from the prepared API with get or post methods.

Sample pictures

Demo

Demo Link: yavuzceliker.github.io/InstagramPostImageMaker

How To Use API

API Root: https://social.yavuzceliker.com.tr/

Parameters and Values
Parameter Name Info Value
imageUrl ** Background image URL address. string
logoUrl ** Logo image URL address. string
text ** Text on the picture. string
blurRatio The blur ratio of the picture. int (0-400)
darknessRatio The darkness ratio of the picture. int (0-255)
font Font family of the text in the picture. string List is List is here.
color The color of the text in the picture. string List is here.
bold Font is bold? bool (true, false)
italic Font is italic? bool (true, false)
shadow Font have a shadow? bool (true, false)
verticalAlignment Vertical position of the text. string (top, middle, bottom)
horizontalAlignment Horizontal position of the text. string (left, center, right)
** Required parameters.

Sample Usages

  1. Only imageUrl, logoUrl and text
    https://social.yavuzceliker.com.tr/?imageUrl=https://www.yavuzceliker.com.tr/Assets/Images/gonderiResim/6.jpg&logoUrl=https://yavuzceliker.com.tr/assets/images/logo.png&text=SayHello
  2. imageUrl, logoUrl, text and any parameter
    https://social.yavuzceliker.com.tr/?imageUrl=https://www.yavuzceliker.com.tr/Assets/Images/gonderiResim/6.jpg&logoUrl=https://yavuzceliker.com.tr/assets/images/logo.png&text=SayHello&horizontalAlignment=center
  3. All parameters
    https://social.yavuzceliker.com.tr/?imageUrl=https://www.yavuzceliker.com.tr/Assets/Images/gonderiResim/6.jpg&logoUrl=https://yavuzceliker.com.tr/assets/images/logo.png&text=SayHello&font=Microsoft%20Sans%20Serif&color=Red&bold=true&italic=true&shadow=true&verticalAlignment=top&horizontalAlignment=right&blurRatio=5&darknessRatio=100

About

It will be very useful if you are creating a post on a fixed draft for your social media account.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages