Giter Club home page Giter Club logo

Comments (3)

NotCookey avatar NotCookey commented on May 28, 2024

hallo, How to just to using the original color?

i want to using original background color that i design from corel.. how to disable function that convert to bright?

Hello, and i'm sorry but i couldn't understand it properly what you meant by using the original color. The project doesn't have any function that changes the color of the background image. Could you please elaborate or explain what you actually meant. Or perhaps did you mean how you can use your own background image that you designed in corel?

if you are talking about using your own background image then, you can just change the value of the image parameter to your background image file.

from Quote2Image import convert

img=convert(
	quote="quote",
	author="author",
	fg="white",
	image="background_img.jpg", # Your background image file location
	border_color="black",
	font_size=32,
	font_file=None,
	width=1080,
	height=450)

# Save The Image as a Png file
img.save("quote.png")

Or did you mean the blurry effect on the background image and want to disable that effect?

from quote2image.

Radiorusack avatar Radiorusack commented on May 28, 2024

example if i choose bg-image with dark blue color, then the result will be very bright blue... it converted the original color to very bright...

from quote2image.

NotCookey avatar NotCookey commented on May 28, 2024

example if i choose bg-image with dark blue color, then the result will be very bright blue... it converted the original color to very bright...

I have tested it, and it doesn't actually change the background image color. Perhaps you can try using some different background image file. But if i may could you please send me that background image file so i can use it to see why it doesn't work and gets altered.

Thank you!

from quote2image.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.